diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index e2f5f22..7bb3c32 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -296,6 +296,12 @@ background-color:#ffffff; } + + .module.filtered #changelist-filter li.selected a, + .module.filtered #changelist-filter li.selected a:hover { + color: {{ theme.css_generic_link_color }}; + } + #content-related { {% if theme.css_module_rounded_corners %}border-radius:4px;{% endif %} }