diff options
author | Ted Trask <ttrask01@yahoo.com> | 2019-09-18 17:57:37 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2019-09-18 18:04:45 +0000 |
commit | d3b95ba6d0b69f9d23caa1e665425931835b582b (patch) | |
tree | 3467ce5612908346d1ae0aa13f44b90dda4b5310 /tablesorter/theme.grey.css | |
parent | 77487684e62bbec074943cc5ec2c0de87b291124 (diff) | |
download | acf-jquery-d3b95ba6d0b69f9d23caa1e665425931835b582b.tar.bz2 acf-jquery-d3b95ba6d0b69f9d23caa1e665425931835b582b.tar.xz |
Upgrade to jquery 1.12.4 and tablesorter 2.31.1
https://code.jquery.com
https://github.com/Mottie/tablesorter/releases
Diffstat (limited to 'tablesorter/theme.grey.css')
-rw-r--r-- | tablesorter/theme.grey.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tablesorter/theme.grey.css b/tablesorter/theme.grey.css index fdb3d9b..a0baaee 100644 --- a/tablesorter/theme.grey.css +++ b/tablesorter/theme.grey.css @@ -85,8 +85,7 @@ cursor: default; } .tablesorter-grey thead .sorter-false i.tablesorter-icon { - background-image: none; - padding: 4px; + display: none; } /* tfoot */ @@ -177,7 +176,7 @@ } /* caption */ -caption { +.tablesorter-grey > caption { background-color: #fff; } |