From b5b7774dd6168f654a887246b34ff75a773115a0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 5 Apr 2017 13:26:45 -0400 Subject: [PATCH] fixing css error in the search results view, changed the foo tables header background color --- css/front.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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{ -- 2.17.1