Removed duplicated css rules
parent
a18ec73656
commit
a006fef0e0
|
|
@ -41,7 +41,6 @@
|
||||||
|
|
||||||
.module h2,
|
.module h2,
|
||||||
.module caption,
|
.module caption,
|
||||||
.inline-group h2,
|
|
||||||
.module.filtered h2,
|
.module.filtered h2,
|
||||||
.inline-group h2,
|
.inline-group h2,
|
||||||
div.breadcrumbs {
|
div.breadcrumbs {
|
||||||
|
|
@ -63,9 +62,6 @@
|
||||||
color:{{ theme.css_module_background_color }} !important;
|
color:{{ theme.css_module_background_color }} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* same color as above, but this requires !important */
|
|
||||||
/* support for modeltranslation tabs */
|
|
||||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
|
|
||||||
.selector-chosen h2 {
|
.selector-chosen h2 {
|
||||||
background:{{ theme.css_module_background_color }} !important;
|
background:{{ theme.css_module_background_color }} !important;
|
||||||
color:{{ theme.css_module_text_color }} !important;
|
color:{{ theme.css_module_text_color }} !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue