From d66ad4319ecbe9aa8d9b39f530b945fd053b8a86 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 24 Mar 2019 20:16:05 +0100 Subject: [PATCH] fix focused table cell background color, closes #458 --- src/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index c6c1446d4..9876919de 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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;