Improved responsive m2m selector, ckeditor and sorl-thumbnail widgets

This commit is contained in:
Fabio Caccamo
2017-05-19 12:59:02 +02:00
parent b24c6010d2
commit a6df45a571
8 changed files with 260 additions and 69 deletions
@@ -72,11 +72,27 @@
color:{{ theme.css_module_text_color }};
}
.admin-interface .selector-chosen h2 {
.admin-interface .selector .selector-chosen h2 {
border-color:{{ theme.css_module_background_color }};
background:{{ theme.css_module_background_color }};
color:{{ theme.css_module_text_color }};
}
.admin-interface .selector .selector-available h2,
.admin-interface .selector .selector-chosen h2 {
{% if theme.css_module_rounded_corners %}
border-bottom-left-radius:0;
border-bottom-right-radius:0;
{% endif %}
}
.admin-interface .selector a.selector-chooseall:focus,
.admin-interface .selector a.selector-chooseall:hover,
.admin-interface .selector a.selector-clearall:focus,
.admin-interface .selector a.selector-clearall:hover {
color:{{ theme.css_generic_link_hover_color }};
}
.admin-interface a:link,
.admin-interface a:visited {
color:{{ theme.css_generic_link_color }};
@@ -149,13 +165,13 @@
.admin-interface .paginator a,
.admin-interface .paginator a:link,
.admin-interface .paginator a:visited {
background-color:#FFFFFF !important;
background-color:#FFFFFF;
color:{{ theme.css_generic_link_color }};
}
.admin-interface .paginator a:hover,
.admin-interface .paginator a:active {
background-color:#F8F8F8 !important;
background-color:#F8F8F8;
color:{{ theme.css_generic_link_hover_color }};
}