Fixed changelist and toolbar theme rounded corners.

pull/107/head
Fabio Caccamo 2020-10-14 18:33:41 +02:00
parent 96570502cc
commit 48d3952e68
1 changed files with 13 additions and 0 deletions

View File

@ -282,6 +282,19 @@
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:hover {
color: #666;