Console: IPV4/6 badges for network status

(cherry picked from commit 1353647b1f)
This commit is contained in:
dr|z3d 2021-09-12 23:31:44 +00:00
parent 3e6742b1bf
commit a0d7999eb7

View file

@ -227,6 +227,20 @@ a, .slide label {
text-shadow: none; text-shadow: none;
} }
#netstatus .badge {
margin: 0 4px;
padding: 1px 6px;
font-weight: 600;
}
#netstatus > .badge {
margin-left: 0;
}
#netstatus > .badge ~ .badge {
margin-left: 8px;
}
label:hover .badge { label:hover .badge {
background: var(--ink); background: var(--ink);
} }