mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 23:13:43 +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);
|
||||
}
|
||||
|
||||
.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…
Reference in a new issue