From 8752520ebe8fffda0a2733451774d9644463b9db Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 25 Nov 2015 19:26:31 +0100 Subject: [PATCH] Fixed dashboard modules links color --- .../templates/admin/base_site.html | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index 699e880..9466098 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -41,8 +41,21 @@ .module h2, .module caption, - .module.filtered h2, - .inline-group h2, + .module.filtered 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 { background:{{ theme.css_module_background_color }}; color:{{ theme.css_module_text_color }}; @@ -62,6 +75,12 @@ 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 { background:{{ theme.css_module_background_color }} !important; color:{{ theme.css_module_text_color }} !important;