first commit
This commit is contained in:
1
components/com_jce/editor/tiny_mce/plugins/upload/css/content.css
vendored
Normal file
1
components/com_jce/editor/tiny_mce/plugins/upload/css/content.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.mce-item-upload{outline:#ccc dashed 1.5px;outline-color:var(--mce-guidelines);background-color:#fafafa;background-color:var(--mce-placeholder);background-repeat:no-repeat;background-position:center;max-width:600px;max-height:600px;position:relative;display:inline-block}.mce-item-upload::after,.mce-item-upload[data-progress]:before{display:block;width:32px;height:32px;z-index:10001;position:absolute}@keyframes donut-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.mce-item-upload::after{content:"";border:.25rem solid rgba(0,0,0,.1);border-left-color:#888;border-radius:50%;animation:donut-spin 1.2s linear infinite;top:50%;left:50%;margin:-16px 0 0 -16px;box-sizing:border-box}.mce-item-upload-marker{background-image:url(../img/picture.svg);background-repeat:no-repeat;background-size:24px;background-color:#fafafa;background-color:var(--mce-placeholder);min-width:240px;min-height:240px;max-width:100%;max-height:100%}.mce-item-upload-marker[data-progress]{background-image:none}.mce-item-upload[data-progress]:before{content:attr(data-progress);top:calc(50% - 16px);left:calc(50% - 16px);font-size:12px;text-align:center;line-height:32px;color:var(--mce-guidelines);font-family:apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif}
|
||||
1
components/com_jce/editor/tiny_mce/plugins/upload/css/index.html
vendored
Normal file
1
components/com_jce/editor/tiny_mce/plugins/upload/css/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
2
components/com_jce/editor/tiny_mce/plugins/upload/editor_plugin.js
vendored
Normal file
2
components/com_jce/editor/tiny_mce/plugins/upload/editor_plugin.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
components/com_jce/editor/tiny_mce/plugins/upload/img/index.html
vendored
Normal file
1
components/com_jce/editor/tiny_mce/plugins/upload/img/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
7
components/com_jce/editor/tiny_mce/plugins/upload/img/picture.svg
vendored
Normal file
7
components/com_jce/editor/tiny_mce/plugins/upload/img/picture.svg
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" fill="#000" fill-opacity="0.6">
|
||||
<title></title>
|
||||
<path d="M432 192l-112 112-96-96-160 160v48h384v-224z"></path>
|
||||
<path d="M464 64c8.673 0 16 7.327 16 16v352c0 8.673-7.327 16-16 16h-416c-8.673 0-16-7.327-16-16v-352c0-8.673 7.327-16 16-16h416zM464 32h-416c-26.4 0-48 21.6-48 48v352c0 26.4 21.6 48 48 48h416c26.4 0 48-21.6 48-48v-352c0-26.4-21.6-48-48-48v0z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 520 B |
1
components/com_jce/editor/tiny_mce/plugins/upload/index.html
vendored
Normal file
1
components/com_jce/editor/tiny_mce/plugins/upload/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
Reference in New Issue
Block a user