diff --git a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css index 6612b767..78e85b8e 100644 --- a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css +++ b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/NerdPack.css @@ -1,16 +1,17 @@ .package { - cursor: pointer; + cursor: pointer; } #package_form { - margin-top: -22px; + margin-top: -10px; } .switch-button-label.off { - color: inherit; + color: inherit; } .uptodate { - color:#44B012; - white-space:nowrap; + color:#44B012; + white-space:nowrap; } -.updateready { - white-space:nowrap; +.updateready, .update { + white-space:nowrap; + cursor: pointer; } \ No newline at end of file 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 2eac4db9..967756be 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 @@ -2,25 +2,33 @@ .tablesorter .headerSortUp, .tablesorter .tablesorter-headerSortUp, .tablesorter .tablesorter-headerAsc { - background-color:#101010; + background-color:#212421; } .tablesorter .headerSortDown, .tablesorter .tablesorter-headerSortDown, .tablesorter .tablesorter-headerDesc { - background-color:#101010; + background-color:#212421; } /* filter widget */ .tablesorter .tablesorter-filter-row { - background-color: #101010; + background-color: #101010; } .tablesorter .tablesorter-filter-row td { - background-color: #101010; - border-bottom: #000000 1px solid; + background-color: #1b1d1b; + border-bottom: #101010 1px solid; } /* filters */ .tablesorter input.tablesorter-filter, .tablesorter select.tablesorter-filter { - background-color: #000000; - border: 1px solid #101010; - color: #808080; + background-color: #1b1d1b; + border: 1px solid #101010; + color: #808080; } + +/* Zebra Widget - row alternating colors */ +.tablesorter tr.odd > td { + background-color: #202020; +} +.tablesorter tr.even > td { + 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 964307fe..e45e8260 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 @@ -2,25 +2,33 @@ .tablesorter .headerSortUp, .tablesorter .tablesorter-headerSortUp, .tablesorter .tablesorter-headerAsc { - background-color:#E0E0E0; + background-color:#E0E0E0; } .tablesorter .headerSortDown, .tablesorter .tablesorter-headerSortDown, .tablesorter .tablesorter-headerDesc { - background-color:#E0E0E0; + background-color:#E0E0E0; } /* filter widget */ .tablesorter .tablesorter-filter-row { - background-color: #E0E0E0; + background-color: #E0E0E0; } .tablesorter .tablesorter-filter-row td { - background-color: #E0E0E0; - border-bottom: #FFFFFF 1px solid; + background-color: #E0E0E0; + border-bottom: #FFFFFF 1px solid; } /* filters */ .tablesorter input.tablesorter-filter, .tablesorter select.tablesorter-filter { - background-color: #FFFFFF; - border: 1px solid #E0E0E0; + background-color: #FFFFFF; + border: 1px solid #E0E0E0; } + +/* 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 diff --git a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter.css b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter.css index 2d3c44f1..580f5618 100644 --- a/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter.css +++ b/source/NerdPack/usr/local/emhttp/plugins/NerdPack/css/tablesorter.css @@ -1,98 +1,98 @@ .fa { - margin:0 0 2px 2px; - width: 15px; - cursor: pointer; + margin:0 0 2px 2px; + width: 15px; + cursor: pointer; } /* header */ .tablesorter { - font-family:arimo; - margin:0 0 15px 0; + font-family:arimo; + margin:0 0 15px 0; } .tablesorter .header, .tablesorter .tablesorter-header { - background-position: center right; - background-repeat: no-repeat; - cursor: pointer; - outline: none; + background-position: center right; + background-repeat: no-repeat; + cursor: pointer; + outline: none; } .tablesorter .headerSortUp, .tablesorter .tablesorter-headerSortUp, .tablesorter .tablesorter-headerAsc { - background-image: url(/webGui/images/sort-asc.png); + background-image: url(/webGui/images/sort-asc.png); } .tablesorter .headerSortDown, .tablesorter .tablesorter-headerSortDown, .tablesorter .tablesorter-headerDesc { - background-image: url(/webGui/images/sort-desc.png); + background-image: url(/webGui/images/sort-desc.png); } /* tbody */ .tablesorter td { - padding:4px 20px 4px 6px; - vertical-align:middle; - text-align:justify; + padding:4px 20px 4px 6px; + vertical-align:middle; + text-align:justify; } tablesorter tbody tr.tr_last td{ - padding:8px 20px 8px 6px; + padding:8px 20px 8px 6px; } /* filter widget */ .tablesorter .tablesorter-filter-row td { - line-height: normal; - text-align: center; /* center the input */ - -webkit-transition: line-height 0.1s ease; - -moz-transition: line-height 0.1s ease; - -o-transition: line-height 0.1s ease; - transition: line-height 0.1s ease; + line-height: normal; + text-align: center; /* center the input */ + -webkit-transition: line-height 0.1s ease; + -moz-transition: line-height 0.1s ease; + -o-transition: line-height 0.1s ease; + transition: line-height 0.1s ease; } /* optional disabled input styling */ .tablesorter .tablesorter-filter-row .disabled { - opacity: 0.5; - filter: alpha(opacity=50); - cursor: not-allowed; + opacity: 0.5; + filter: alpha(opacity=50); + cursor: not-allowed; } /* filters */ .tablesorter input.tablesorter-filter, .tablesorter select.tablesorter-filter { - width: 95%; - height: auto; - margin: 2px auto; - padding: 2px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-transition: height 0.1s ease; - -moz-transition: height 0.1s ease; - -o-transition: height 0.1s ease; - transition: height 0.1s ease; + width: 95%; + height: auto; + margin: 2px auto; + padding: 2px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition: height 0.1s ease; + -moz-transition: height 0.1s ease; + -o-transition: height 0.1s ease; + transition: height 0.1s ease; } /* rows hidden by filtering (needed for child rows) */ .tablesorter .filtered { - display: none; + display: none; } /* pager wrapper, div */ .tablesorter-pager { - padding: 5px; + padding: 5px; } /* pager wrapper, in thead/tfoot */ td.tablesorter-pager { - background-color: #e6eeee; - margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */ + background-color: #e6eeee; + margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */ } /* pager navigation arrows */ .tablesorter-pager img { - vertical-align: middle; - margin-right: 2px; - cursor: pointer; + vertical-align: middle; + margin-right: 2px; + cursor: pointer; } /* pager output text */ .tablesorter-pager .pagedisplay { - padding: 0 5px 0 5px; - width: 50px; - text-align: center; + padding: 0 5px 0 5px; + width: 50px; + text-align: center; } .tablesorter-pager select { margin: 0; @@ -107,37 +107,37 @@ td.tablesorter-pager { } /* hide or fade out pager arrows when the first or last row is visible */ .tablesorter-pager .disabled { - /* visibility: hidden */ - opacity: 0.5; - filter: alpha(opacity=50); - cursor: default; + /* visibility: hidden */ + opacity: 0.5; + filter: alpha(opacity=50); + cursor: default; } /* HOVER ROW highlight colors */ table.hover-highlight tbody > tr:hover > td, /* override tablesorter theme row hover */ table.hover-highlight tbody > tr.odd:hover > td, table.hover-highlight tbody > tr.even:hover > td { - background-color: #9FC2E6; - color: #000000; + background-color: #9FC2E6; + color: #000000; } /* ************************************************* */ /* **** No need to modify the definitions below **** */ /* ************************************************* */ .hover-highlight td:hover::after, .hover-highlight th:hover::after { - content: ''; - position: absolute; - width: 100%; - height: 999em; - left: 0; - top: -555em; - z-index: -1; + content: ''; + position: absolute; + width: 100%; + height: 999em; + left: 0; + top: -555em; + z-index: -1; } /* required styles */ .hover-highlight { - overflow: hidden; + overflow: hidden; } .hover-highlight td, .hover-highlight th { - position: relative; - outline: 0; + position: relative; + outline: 0; }