Fixed collapsed inlines rounded bottom borders.
This commit is contained in:
@@ -431,6 +431,14 @@
|
|||||||
border-bottom-right-radius:0;
|
border-bottom-right-radius:0;
|
||||||
{% endif %}
|
{% 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 */
|
/* end fix */
|
||||||
|
|
||||||
.admin-interface #content-related {
|
.admin-interface #content-related {
|
||||||
|
|||||||
Reference in New Issue
Block a user