From: Anthony Talarico Date: Wed, 5 Apr 2017 17:26:45 +0000 (-0400) Subject: fixing css error in the search results view, changed the foo tables X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b5b7774dd6168f654a887246b34ff75a773115a0;p=WP-Plugins%2Fglm-member-db-obits.git fixing css error in the search results view, changed the foo tables header background color --- diff --git a/css/front.css b/css/front.css index 735cdab..95f2697 100644 --- a/css/front.css +++ b/css/front.css @@ -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{