mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
style(next)/restyle CKEditor: improve the appearance of popups
This commit is contained in:
parent
837cdea26f
commit
99e6a64c3b
@ -39,11 +39,12 @@
|
||||
--ck-color-panel-border: var(--ck-editor-popup-border-color);
|
||||
|
||||
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
|
||||
outline: transparent !important;
|
||||
border: 1px solid var(--ck-editor-popup-border-color) !important;
|
||||
border-radius: var(--dropdown-border-radius) !important;
|
||||
background: var(--menu-background-color) !important;
|
||||
backdrop-filter: var(--dropdown-backdrop-filter);
|
||||
padding: 4px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
:root ul.ck.ck-list,
|
||||
|
Loading…
x
Reference in New Issue
Block a user