mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(next)/restyle CKEditor: restyle the action buttons
This commit is contained in:
parent
408209a5d8
commit
0c10dd75f9
@ -114,6 +114,21 @@
|
|||||||
--ck-border-radius: 0;
|
--ck-border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Action buttons */
|
||||||
|
|
||||||
|
:root .ck-link-actions button.ck-button,
|
||||||
|
:root .ck-link-form button.ck-button {
|
||||||
|
--ck-border-radius: 6px;
|
||||||
|
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root .ck-link-actions button.ck-button:hover,
|
||||||
|
:root .ck-link-form button.ck-button:hover {
|
||||||
|
background: var(--hover-item-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* EDITOR'S CONTENT
|
* EDITOR'S CONTENT
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user