Merge pull request #24063 from eileenmcnaughton/msg_breakdown
[civicrm-core.git] / ang / exportui.css
index 114d36107a12e12ce5df24bffb7eb962cf553575..78f9714710e2cb833d447f389491eb2b967540ac 100644 (file)
@@ -13,14 +13,14 @@ div.crm-export-field-selector-outer:after {
   background-image: linear-gradient(to right, transparent, #efefe5);
 }
 table.crm-export-field-selector tbody tr {
-  background-color: #FAFAFA;
+  background-color: #fafafa;
 }
 table.crm-export-field-selector tbody tr:nth-child(odd) {
-  background-color: #EFEFEF;
+  background-color: #efefef;
 }
 table.crm-export-field-selector tfoot tr {
   background-color: white;
-  border-top: 2px solid #CFCEC3;
+  border-top: 2px solid #cfcec3;
 }
 table.crm-export-field-selector tfoot tr td > span {
   margin-left: 18px;