From d9a699719cfa69bf57791f0c8c670e4c7c92029a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 16 May 2017 14:25:36 +0200 Subject: [PATCH] editor: leaflet section control: change appearance of disable state --- src/c3nav/editor/static/editor/css/editor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/c3nav/editor/static/editor/css/editor.css b/src/c3nav/editor/static/editor/css/editor.css index e38b6097..632394d3 100644 --- a/src/c3nav/editor/static/editor/css/editor.css +++ b/src/c3nav/editor/static/editor/css/editor.css @@ -214,3 +214,7 @@ form button.invisiblesubmit { .leaflet-control-sections a.current { font-weight:bold; } +.leaflet-control-sections .leaflet-disabled.current { + color:#000000; + background-color:#ffffff; +}