From: Coleman Watts Date: Thu, 15 Sep 2016 22:29:29 +0000 (-0400) Subject: Dashlet header color tweak X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=73dd8c62686f1a53d5b0583325dc1c45d66d0a98;p=civicrm-core.git Dashlet header color tweak --- diff --git a/css/dashboard.css b/css/dashboard.css index 75e8ace435..1a837e9f2a 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -62,7 +62,7 @@ cursor: move; margin: 0 50px 0 0; padding: 0; - color: #fff; + color: #fcfcfc; } /* widget content / body*/ @@ -133,11 +133,11 @@ font-weight: normal; float: left; cursor: pointer; - color: #fff; + color: #fcfcfc; opacity: .7; } -#crm-container .widget-controls .crm-i:hover { +#crm-container .widget-controls:hover .crm-i { opacity: 1; }