From d3b95ba6d0b69f9d23caa1e665425931835b582b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Sep 2019 17:57:37 +0000 Subject: Upgrade to jquery 1.12.4 and tablesorter 2.31.1 https://code.jquery.com https://github.com/Mottie/tablesorter/releases --- tablesorter/theme.dropbox.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tablesorter/theme.dropbox.css') diff --git a/tablesorter/theme.dropbox.css b/tablesorter/theme.dropbox.css index c173032..300db96 100644 --- a/tablesorter/theme.dropbox.css +++ b/tablesorter/theme.dropbox.css @@ -79,10 +79,8 @@ cursor: default; } -.tablesorter-dropbox thead .sorter-false i.tablesorter-icon, -.tablesorter-dropbox thead .sorter-false:hover i.tablesorter-icon { - background-image: none; - padding: 4px; +.tablesorter-dropbox thead .sorter-false i.tablesorter-icon { + display: none; } /* tbody */ @@ -140,7 +138,7 @@ } /* caption */ -caption { +.tablesorter-dropbox > caption { background-color: #fff; } -- cgit v1.2.3