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; +}