From a0d7999eb78982955f35390871bcf0a819df39c5 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Sun, 12 Sep 2021 23:31:44 +0000 Subject: [PATCH] Console: IPV4/6 badges for network status (cherry picked from commit 1353647b1f3830c9f9003d20c8b7c5b4a91e24f0) --- contrib/webconsole/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contrib/webconsole/style.css b/contrib/webconsole/style.css index e46c5a33..fb11c42a 100644 --- a/contrib/webconsole/style.css +++ b/contrib/webconsole/style.css @@ -227,6 +227,20 @@ a, .slide label { 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 { background: var(--ink); }