Added border when there is not breadcrumbs module.

pull/98/head
Fabio Caccamo 2020-08-18 17:50:34 +02:00
parent f9629f5ef1
commit f9a6f501e1
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
color: {{ theme.css_header_text_color }}; color: {{ theme.css_header_text_color }};
} }
.admin-interface #header + #main {
{% if theme.css_header_background_color != theme.css_module_background_color %}
border-top: 10px solid {{ theme.css_module_background_color }};
{% endif %}
}
.admin-interface .environment-label { .admin-interface .environment-label {
} }