From 1e138f240f0af2ba0c45d7e19aac52970454701b Mon Sep 17 00:00:00 2001 From: enriquecd Date: Fri, 3 Nov 2017 10:27:01 +0100 Subject: [PATCH] Change pandora black styles - #1394 --- .../include/styles/pandora_black.css | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index eb21ec4233..b7e4cec6ca 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -3471,10 +3471,10 @@ color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px; } .rowPair:hover, .rowOdd:hover{ - background-color: #3f3f3f; + background-color: #6E6E6E; } .databox.data > tbody > tr:hover{ - background-color: #3f3f3f; + background-color: #6E6E6E; } .checkselected{ background-color: #eee; @@ -3546,11 +3546,14 @@ div.icon_message_alert img{ } div.content_message_alert{ - width: 75%; float: right; } +div.content_message_alert *{ + color: black; +} + div.text_message_alert{ width: 100%; margin-top: 10px; @@ -3837,9 +3840,17 @@ div.img_banner_login img{ } } -.new_task p, .new_task h3, .new_task h2, .new_task a{ +.new_task p, .new_task h3, .new_task h2, .new_task a, .new_task strong{ color: #222222; } .item p { color: #222222; -} \ No newline at end of file +} + +.item span { + color: #222222; +} + +.widget_config_advice, .widget_config_advice *{ + color: black; +}