Dashlet header color tweak
authorColeman Watts <coleman@civicrm.org>
Thu, 15 Sep 2016 22:29:29 +0000 (18:29 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 15 Sep 2016 22:29:29 +0000 (18:29 -0400)
css/dashboard.css

index 75e8ace435e46f1cbf3e8d2459ee09a09e5e6364..1a837e9f2af2a12854db630f276fa2748fb664e1 100644 (file)
@@ -62,7 +62,7 @@
   cursor: move;
   margin: 0 50px 0 0;
   padding: 0;
-  color: #fff;
+  color: #fcfcfc;
 }
 
 /* widget content / body*/
   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;
 }