From f162b6a453bec9e9b90d057d09dd28b2f2f51cf4 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sun, 1 Oct 2017 01:34:35 -0600 Subject: [PATCH] update css for new themes --- .../NerdPack/css/tablesorter-black.css | 9 ++++---- .../NerdPack/css/tablesorter-white.css | 22 +++++++------------ 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-black.css b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-black.css index 967756be..293b610b 100644 --- a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-black.css +++ b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-black.css @@ -1,9 +1,7 @@ /* header */ .tablesorter .headerSortUp, .tablesorter .tablesorter-headerSortUp, -.tablesorter .tablesorter-headerAsc { - background-color:#212421; -} +.tablesorter .tablesorter-headerAsc, .tablesorter .headerSortDown, .tablesorter .tablesorter-headerSortDown, .tablesorter .tablesorter-headerDesc { @@ -29,6 +27,7 @@ .tablesorter tr.odd > td { background-color: #202020; } -.tablesorter tr.even > td { +.tablesorter tr.even > td, +.tablesorter-headerRow { background-color: #1b1d1b; -} \ No newline at end of file +} diff --git a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-white.css b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-white.css index e45e8260..f30b4948 100644 --- a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-white.css +++ b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter-white.css @@ -1,34 +1,28 @@ /* header */ .tablesorter .headerSortUp, .tablesorter .tablesorter-headerSortUp, -.tablesorter .tablesorter-headerAsc { - background-color:#E0E0E0; -} +.tablesorter .tablesorter-headerAsc, .tablesorter .headerSortDown, .tablesorter .tablesorter-headerSortDown, -.tablesorter .tablesorter-headerDesc { - background-color:#E0E0E0; -} -/* filter widget */ -.tablesorter .tablesorter-filter-row { - background-color: #E0E0E0; +.tablesorter .tablesorter-headerDesc, +.tablesorter .tablesorter-filter-row, +.tablesorter-headerRow, +.tablesorter tr.even > td { + background-color: #e4e2e4; } .tablesorter .tablesorter-filter-row td { - background-color: #E0E0E0; + background-color: #e4e2e4; border-bottom: #FFFFFF 1px solid; } /* filters */ .tablesorter input.tablesorter-filter, .tablesorter select.tablesorter-filter { background-color: #FFFFFF; - border: 1px solid #E0E0E0; + border: 1px solid #e4e2e4; } /* Zebra Widget - row alternating colors */ .tablesorter tr.odd > td { background-color: #F0F0F0; } -.tablesorter tr.even > td { - background-color: #E0E0E0; -} \ No newline at end of file