editor: leaflet section control: change appearance of disable state

This commit is contained in:
Laura Klünder 2017-05-16 14:25:36 +02:00
parent a16696a941
commit d9a699719c

View file

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