Fixed list filter selected link color
parent
f1c37feacb
commit
dd8a556d79
|
|
@ -296,6 +296,12 @@
|
||||||
background-color:#ffffff;
|
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 {
|
#content-related {
|
||||||
{% if theme.css_module_rounded_corners %}border-radius:4px;{% endif %}
|
{% if theme.css_module_rounded_corners %}border-radius:4px;{% endif %}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue