Fixed changelist and toolbar theme rounded corners.
parent
96570502cc
commit
48d3952e68
|
|
@ -282,6 +282,19 @@
|
||||||
color:{{ theme.css_generic_link_hover_color }};
|
color:{{ theme.css_generic_link_hover_color }};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-interface .module.filtered #toolbar {
|
||||||
|
{% if theme.css_module_rounded_corners %}
|
||||||
|
border-radius: 4px;
|
||||||
|
{% endif %}
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-interface .module.filtered #changelist-filter {
|
||||||
|
{% if theme.css_module_rounded_corners %}
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
|
border-bottom-right-radius: 4px;
|
||||||
|
{% endif %}
|
||||||
|
}
|
||||||
|
|
||||||
.admin-interface .module.filtered #changelist-filter #changelist-filter-clear a:focus,
|
.admin-interface .module.filtered #changelist-filter #changelist-filter-clear a:focus,
|
||||||
.admin-interface .module.filtered #changelist-filter #changelist-filter-clear a:hover {
|
.admin-interface .module.filtered #changelist-filter #changelist-filter-clear a:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue