diff --git a/webconsole/style.css b/webconsole/style.css index e1db91ca..4717c8c6 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -121,10 +121,15 @@ body { position: relative; } -a, label, button, #navlinks, .sectiontitle span, .chrome { +a, label, button, #navlinks, .sectiontitle span, .chrome, .notify, +#tunnelsummary th:last-child, #tunnelsummary td:last-child { user-select: none; } +.listitem a, .listitem a + span, .b32 { + user-select: all; +} + #shutdownbutton, #enabletransit, #disabletransit { position: absolute; top: 0; @@ -493,7 +498,6 @@ th.sectiontitle { padding: 0 0 10px !important; font-weight: 700; border-bottom: none; -/* background: var(--section);*/ } .sectiontitle span { @@ -532,6 +536,10 @@ td:last-child { text-align: left; } +#routerinfos td:first-child { + font-weight: 700; +} + .listitem, .tableitem { padding: 5px 0; white-space: nowrap;