Fixed dashboard modules links color

pull/6/head
Fabio Caccamo 2015-11-25 19:26:31 +01:00
parent a006fef0e0
commit 8752520ebe
1 changed files with 21 additions and 2 deletions

View File

@ -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;