Fixed collapsed inlines rounded bottom borders.
This commit is contained in:
@@ -431,6 +431,14 @@
|
||||
border-bottom-right-radius:0;
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
.admin-interface .module.collapse.collapsed h2 {
|
||||
/* fix collapsed inlines rounded bottom borders */
|
||||
{% if theme.css_module_rounded_corners %}
|
||||
border-bottom-left-radius:4px;
|
||||
border-bottom-right-radius:4px;
|
||||
{% endif %}
|
||||
}
|
||||
/* end fix */
|
||||
|
||||
.admin-interface #content-related {
|
||||
|
||||
Reference in New Issue
Block a user