Improved nav-sidebar style.

This commit is contained in:
Fabio Caccamo
2020-08-05 21:19:22 +02:00
parent e37142e0f4
commit d799242714
2 changed files with 117 additions and 3 deletions
@@ -250,6 +250,8 @@
/* begin fix issue #11 - Inline border bottom should not be rounded */
.admin-interface .module h2,
.admin-interface.dashboard .module caption,
.admin-interface #nav-sidebar .module th,
.admin-interface #nav-sidebar .module caption,
.admin-interface .module.filtered h2 {
{% if theme.css_module_rounded_corners %}
border-radius:4px;
@@ -274,3 +276,17 @@
background-color: {{ theme.css_module_background_color }};
color: {{ theme.css_module_text_color }};
}
.admin-interface #toggle-nav-sidebar {
{% if theme.css_module_rounded_corners %}
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
{% endif %}
color: {{ theme.css_generic_link_color }};
}
.admin-interface #toggle-nav-sidebar:focus,
.admin-interface #toggle-nav-sidebar:hover,
.admin-interface #toggle-nav-sidebar:active {
color: {{ theme.css_generic_link_hover_color }};
}