fixing css error in the search results view, changed the foo tables
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Apr 2017 17:26:45 +0000 (13:26 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Apr 2017 17:26:45 +0000 (13:26 -0400)
header background color

css/front.css

index 735cdab..95f2697 100644 (file)
@@ -237,9 +237,9 @@ table.footable{
         margin-top: 30px;
     }
 }
-// RESULTS TABLE STYLES
-.footable > thead > tr > th, .footable > thead > tr > td{
-    background-color: #3B76C4;
+/* FOO TABLE STYLES */
+body .footable > thead > tr > th, .footable > thead > tr > td{
+    background-color: #3B76C4 !important;
     border: 1px solid #3B76C4;
 }
 .footable{