Fixed dashboard modules links color
parent
a006fef0e0
commit
8752520ebe
|
|
@ -41,8 +41,21 @@
|
||||||
|
|
||||||
.module h2,
|
.module h2,
|
||||||
.module caption,
|
.module caption,
|
||||||
.module.filtered h2,
|
.module.filtered h2 {
|
||||||
.inline-group h2,
|
background:{{ theme.css_module_background_color }};
|
||||||
|
color:{{ theme.css_module_text_color }};
|
||||||
|
}
|
||||||
|
|
||||||
|
.module a.section:link,
|
||||||
|
.module a.section:visited {
|
||||||
|
color:{{ theme.css_module_link_color }};
|
||||||
|
}
|
||||||
|
|
||||||
|
.module a.section:active,
|
||||||
|
.module a.section:hover {
|
||||||
|
color:{{ theme.css_module_link_hover_color }};
|
||||||
|
}
|
||||||
|
|
||||||
div.breadcrumbs {
|
div.breadcrumbs {
|
||||||
background:{{ theme.css_module_background_color }};
|
background:{{ theme.css_module_background_color }};
|
||||||
color:{{ theme.css_module_text_color }};
|
color:{{ theme.css_module_text_color }};
|
||||||
|
|
@ -62,6 +75,12 @@
|
||||||
color:{{ theme.css_module_background_color }} !important;
|
color:{{ theme.css_module_background_color }} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-group h2,
|
||||||
|
.inline-group h2 {
|
||||||
|
background:{{ theme.css_module_background_color }};
|
||||||
|
color:{{ theme.css_module_text_color }};
|
||||||
|
}
|
||||||
|
|
||||||
.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