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; }