diff --git a/src/c3nav/control/static/control/control.css b/src/c3nav/control/static/control/control.css index fc1392e0..f8b29227 100644 --- a/src/c3nav/control/static/control/control.css +++ b/src/c3nav/control/static/control/control.css @@ -13,9 +13,12 @@ top:2px; } -.leaflet-biggericon { +.leaflet-editbar a { font-size: 14px; } +.leaflet-editbar a.current { + background-color:#FFFFDD; +} .leaflet-levels a { font-size:16px; color:#333333; diff --git a/src/c3nav/control/templates/control/editor.html b/src/c3nav/control/templates/control/editor.html index e5918363..8b76e855 100644 --- a/src/c3nav/control/templates/control/editor.html +++ b/src/c3nav/control/templates/control/editor.html @@ -1,10 +1,12 @@ {% extends 'control/base.html' %} +{% load static %} {% block content %}
{% endblock %} {% block addbottom %}