mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix focused table cell background color, closes #458
This commit is contained in:
parent
251fcaeb48
commit
d66ad4319e
@ -861,6 +861,10 @@ div[data-notify="container"] {
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
.ck-editor__nested-editable_focused {
|
||||
background-color: var(--accented-background-color) !important;
|
||||
}
|
||||
|
||||
.fancytree-loading span.fancytree-expander {
|
||||
background-image: none !important;
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user