Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-11-02-19-51-55
[civicrm-core.git] / css / dashboard.css
index cae2d31f3f33519d34997e99d8dcd61e15c2f258..58259f2fe6f483cbcfd2070e89f99153e44bcc50 100644 (file)
 }
 
 #crm-container .widget-controls .crm-i {
-  font-size: 16px;
+  font-size: 14px;
   padding: 0 6px;
+  font-weight: normal;
   float: left;
-  border-radius: 2px;
   cursor: pointer;
   color: #222222;
+  opacity: .7;
 }
 
 #crm-container .widget-controls .crm-i:hover {
-  color: rgba(34, 34, 34, 0.8);
+  opacity: 1;
 }
 
 #crm-container .widget-controls .crm-i.fa-expand,