From 066e29e0aba76cb7304db93e9b9bdf19133e6418 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Fri, 20 Aug 2021 08:09:17 +0000 Subject: [PATCH] Console: css tweak --- webconsole/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webconsole/style.css b/webconsole/style.css index 4717c8c6..cc9ea1d5 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -430,13 +430,12 @@ table { } tr { -/* background: var(--tr);*/ border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); } tr#version, tr#version ~ tr:nth-child(odd), tr.chrome, .listitem:nth-child(odd), -tr:not(.chrome):nth-child(odd), #routerinfos tr:nth-child(odd) { +tr:not(.chrome):nth-child(odd), #routerinfos tr:nth-child(odd), #tunnelsummary tr:nth-child(even) { background: linear-gradient(to bottom, rgba(16,0,16,.5), rgba(8,0,8,.5)); } @@ -445,7 +444,7 @@ tr:not(.chrome):nth-child(even), #routerinfos tr:nth-child(even) { background: linear-gradient(to bottom, rgba(32,0,32,.5), rgba(24,0,24,.5)); } -tr tr, /*tr#version, tr#version ~ tr:nth-child(odd),*/ .tableitem tr:nth-child(odd) { +tr tr, .tableitem tr:nth-child(odd) { background: var(--tr-inner); }