more css fixes

This commit is contained in:
dmacias72 2017-10-01 02:08:22 -06:00
parent 71ed5235bc
commit ba21ced4e2
4 changed files with 9 additions and 14 deletions

View File

@ -6,6 +6,14 @@ Title="Nerd Pack"
<link type="text/css" rel="stylesheet" href="/plugins/NerdPack/css/tablesorter-<?=($display['theme'] == 'white' || $display['theme'] == 'azure') ? 'white' : 'black';?>.css">
<link type="text/css" rel="stylesheet" href="/webGui/styles/jquery.switchbutton.css">
<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';?>;
}
table.tablesorter tbody tr:nth-child(even) {
background-color: #<?=($display['theme'] == 'white' || $display['theme'] == 'azure') ? 'e4e2e4' : '1b1d1b';?>;
}
</style>
<form markdown="1" id="package_form" name="package_settings" method="POST" action="/update.php" target="progressFrame">
<input type="hidden" id="include" name="#include" value="/plugins/NerdPack/include/ClearConfig.php"/>

View File

@ -1,5 +1,3 @@
**Nerd Tools**
Click on the icon or go to /Settings/NerdPack to install extra packages, mostly CLI, for advanced users. Use at your own risk. Not officially supported by LimeTech.
Contains: iftop, iotop, screen, lshw, kbd, inotify-tools, cpio, unrar, bwm-ng, strace, git, lftp, subversion, python, sshfs, iperf, p7zip...30+ packages
[Support.](http://lime-technology.com/forum/index.php?topic=37541.0)
Go to NerdPack in Settings to install extra CLI packages for advanced users. Use at your own risk. Not officially supported by LimeTech. Contains: iftop, iotop, screen, lshw, kbd, unrar, bwm-ng, strace, git, lftp, subversion, python, sshfs, iperf, p7zip...60+ packages [Support.](http://lime-technology.com/forum/index.php?topic=37541.0)

View File

@ -22,12 +22,6 @@
border: 1px solid #101010;
color: #808080;
}
/* Zebra Widget - row alternating colors */
.tablesorter tr.odd > td {
background-color: #202020;
}
.tablesorter tr.even > td,
.tablesorter-headerRow {
background-color: #1b1d1b;
}

View File

@ -21,8 +21,3 @@
background-color: #FFFFFF;
border: 1px solid #e4e2e4;
}
/* Zebra Widget - row alternating colors */
.tablesorter tr.odd > td {
background-color: #F0F0F0;
}