mirror of
https://github.com/zadam/trilium.git
synced 2025-02-25 07:25:32 +08:00
fix focused table cell background color, closes #458
This commit is contained in:
parent
251fcaeb48
commit
d66ad4319e
1 changed files with 4 additions and 0 deletions
|
@ -861,6 +861,10 @@ div[data-notify="container"] {
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ck-editor__nested-editable_focused {
|
||||||
|
background-color: var(--accented-background-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.fancytree-loading span.fancytree-expander {
|
.fancytree-loading span.fancytree-expander {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue