mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
Merge branch 'develop' of ssh://github.com/TriliumNext/Notes into develop
This commit is contained in:
commit
a0d099d4a2
@ -241,6 +241,7 @@
|
||||
--ck-editor-toolbar-button-on-background: #ffffff3b;
|
||||
--ck-editor-toolbar-button-on-color: white;
|
||||
--ck-editor-toolbar-button-on-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
|
||||
--ck-editor-toolbar-dropdown-button-open-background: #ffffff14;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -240,4 +240,6 @@
|
||||
--ck-editor-toolbar-button-on-background: #00000017;
|
||||
--ck-editor-toolbar-button-on-color: black;
|
||||
--ck-editor-toolbar-button-on-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
|
||||
--ck-editor-toolbar-dropdown-button-open-background: #0000000f;
|
||||
|
||||
}
|
||||
|
@ -33,6 +33,11 @@
|
||||
box-shadow: var(--ck-editor-toolbar-button-on-shadow);
|
||||
}
|
||||
|
||||
.ck.ck-toolbar .ck-button.ck-dropdown__button {
|
||||
--ck-color-button-on-background: var(--ck-editor-toolbar-dropdown-button-open-background);
|
||||
--ck-color-button-on-color: currentColor;
|
||||
}
|
||||
|
||||
/* Disabled button */
|
||||
:root .classic-toolbar-widget .ck.ck-button.ck-disabled {
|
||||
opacity: .75;
|
||||
|
Loading…
x
Reference in New Issue
Block a user