Add striping effect to highlighted table rows
authorColeman Watts <coleman@civicrm.org>
Thu, 7 Aug 2014 15:55:20 +0000 (16:55 +0100)
committerColeman Watts <coleman@civicrm.org>
Thu, 7 Aug 2014 15:55:20 +0000 (16:55 +0100)
css/civicrm.css

index 1aed67b53f0b5feca1353c303da80fa1d9a3fda7..3691147ed381fd2ca8fd83976265d17abffed4a4 100644 (file)
@@ -3812,8 +3812,15 @@ div.m ul#civicrm-menu,
 /* table row highlightng */
 .crm-container table.row-highlight tr:hover,
 .crm-container .crm-row-selected {
-  background-color: #FFFFCC !important;
+  background-color: #FFFFCC;
 }
+.crm-container table.row-highlight tr.even-row:hover,
+.crm-container table.row-highlight tr.even:hover,
+.crm-container .even-row.crm-row-selected,
+.crm-container .even.crm-row-selected {
+  background-color: #fffdb2;
+}
+
 #crm-container .civicrm-drupal-wysiwyg .collapsed {
   background: transparent;
   padding-left: 0px;