Console: css tweaks

This commit is contained in:
dr|z3d 2021-08-20 03:42:21 +00:00
parent 217f1e99ce
commit 888acefc8f

View file

@ -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;