Make type strict
[civicrm-core.git] / css / searchForm.css
index a0f57b283a8c192324e68f6dc9c52dba6b12a9e5..8beb3a631b9454769335ac1485cca72313788770 100644 (file)
@@ -11,7 +11,7 @@
 
 .crm-container div#searchForm table.form-layout td {
   padding: 4px;
-  border: 1px solid #DDDDDD;
+  border: 1px solid #dddddd;
 }
 
 /* top submit button on advanced search */
@@ -30,7 +30,7 @@
 }
 
 .crm-container div#alpha-filter {
-  background-color: #CDE8FE;
+  background-color: #cde8fe;
   margin: 4px 0 5px;
   padding: 2px;
   text-align: left;
@@ -40,7 +40,7 @@
   background-color: transparent;
   background-image: none;
   border: none;
-  color: #AAAAAA;
+  color: #aaaaaa;
   display: inline;
   font-size: 15px;
   font-weight: normal;
 }
 
 .crm-container #alpha-filter a {
-  border-bottom: 1px dotted #2A71B4;
-  color: #2A71B4;
+  border-bottom: 1px dotted #2a71b4;
+  color: #2a71b4;
   font-weight: normal;
 }
 
 /* CRM-20945 Remove underline to show active pager */
 .crm-container #alpha-filter a.active {
   border-bottom: none;
-  color: #41477E;
+  color: #41477e;
   font-weight: bold;
 }