more css changes

This commit is contained in:
dmacias72 2017-10-01 02:33:08 -06:00
parent 40880be202
commit 1dceaeaf70
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Title="Nerd Pack"
<link type="text/css" rel="stylesheet" href="/plugins/NerdPack/css/NerdPack.css">
<style>
table.tablesorter tbody tr:nth-child(odd) {
background-color: #<?=($display['theme'] == 'white' || $display['theme'] == 'azure') ? 'FFFFFF' : '212421';?>;
background-color: #<?=($display['theme'] == 'white' || $display['theme'] == 'azure') ? 'F0F0F0' : '212421';?>;
}
table.tablesorter tbody tr:nth-child(even) {
background-color: #<?=($display['theme'] == 'white' || $display['theme'] == 'azure') ? 'e4e2e4' : '1b1d1b';?>;

View File

@ -13,11 +13,11 @@
.tablesorter .tablesorter-filter-row td {
background-color: #e4e2e4;
border-bottom: #FFFFFF 1px solid;
border-bottom: #F0F0F0 1px solid;
}
/* filters */
.tablesorter input.tablesorter-filter,
.tablesorter select.tablesorter-filter {
background-color: #FFFFFF;
background-color: #F0F0F0;
border: 1px solid #e4e2e4;
}