mirror of
https://github.com/pi-hole/web.git
synced 2025-12-23 12:18:26 +00:00
Restore coloring of the entire rows in the Query Log
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -263,7 +263,7 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (colorClass !== false) {
|
if (colorClass !== false) {
|
||||||
$("td:eq(4)", row).addClass(colorClass);
|
$(row).addClass(colorClass);
|
||||||
}
|
}
|
||||||
$("td:eq(4)", row).html(fieldtext);
|
$("td:eq(4)", row).html(fieldtext);
|
||||||
$("td:eq(6)", row).html(buttontext);
|
$("td:eq(6)", row).html(buttontext);
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ h4 {
|
|||||||
.table > thead > tr > td,
|
.table > thead > tr > td,
|
||||||
.table > tbody > tr > td,
|
.table > tbody > tr > td,
|
||||||
.table > tfoot > tr > td {
|
.table > tfoot > tr > td {
|
||||||
color: #bec5cb;
|
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
}
|
}
|
||||||
.table > thead > tr.odd,
|
.table > thead > tr.odd,
|
||||||
|
|||||||
Reference in New Issue
Block a user