fix focused table cell background color, closes #458

This commit is contained in:
zadam 2019-03-24 20:16:05 +01:00
parent 251fcaeb48
commit d66ad4319e

View file

@ -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;