mirror of
https://github.com/zadam/trilium.git
synced 2026-02-07 22:34:24 +01:00
style/text editor/block toolbar button: tweak
This commit is contained in:
parent
348c00f86d
commit
facd56cdf4
@ -48,10 +48,13 @@
|
||||
|
||||
/* The toolbar show / hide button for the current text block */
|
||||
:root .ck.ck-block-toolbar-button {
|
||||
--ck-color-block-toolbar-button: var(--muted-text-color);
|
||||
--ck-color-button-on-background: transparent;
|
||||
--ck-color-button-on-color: currentColor;
|
||||
translate: -30% 0;
|
||||
z-index: 5000;
|
||||
--ck-color-button-on-color: var(--ck-editor-toolbar-button-on-color);
|
||||
translate: -40% 0;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
z-index: 1600;
|
||||
}
|
||||
|
||||
:root .ck.ck-toolbar .ck-button:not(.ck-disabled):active,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user