From e95cc7556e034128d8c5add1f7031d51c1b02dda Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 29 Aug 2019 14:08:34 +0200 Subject: [PATCH] tablesort_bootstrap layout changes: removed background color from filter row --- public/css/sbadmin2/tablesort_bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/sbadmin2/tablesort_bootstrap.css b/public/css/sbadmin2/tablesort_bootstrap.css index b01beccdd..3e2574241 100644 --- a/public/css/sbadmin2/tablesort_bootstrap.css +++ b/public/css/sbadmin2/tablesort_bootstrap.css @@ -42,7 +42,7 @@ table.tablesort-hover tr:hover, .tablesort-active { } /* Remove background color from filter row */ -.tablesorter-default .tablesorter-filter-row td { +.tablesorter-default .tablesorter-filter-row td, .tablesorter-default .tablesorter-filter-row:hover td { background-color: white !important; }