mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
cover restoring and fetch function fixed (#101)
* cover restoring fixed * upd * fetch fixed in safari * updated * plugins * plugins ready * code improved * fixed bug with backspace * improved architecture
This commit is contained in:
parent
b76ec5c0a1
commit
bc8fb1aed9
53 changed files with 3924 additions and 189 deletions
17
plugins/paste/paste.css
Normal file
17
plugins/paste/paste.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.ce-paste {
|
||||
padding: 10px;
|
||||
border: 1px solid #55818c;
|
||||
}
|
||||
.ce-paste:empty::before {
|
||||
content : attr(data-placeholder);
|
||||
color: #5e6475;
|
||||
}
|
||||
|
||||
.ce-paste:focus::before{
|
||||
opacity: .1;
|
||||
}
|
||||
|
||||
.ce-paste-plugin__loader {
|
||||
background: url("loading.gif") !important;
|
||||
opacity: 0.1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue