Fixed list filter selected link color

pull/6/head
Fabio Caccamo 2016-02-15 16:20:35 +01:00
parent f1c37feacb
commit dd8a556d79
1 changed files with 6 additions and 0 deletions

View File

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