mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Console: IPV4/6 badges for network status
(cherry picked from commit 1353647b1f
)
This commit is contained in:
parent
3e6742b1bf
commit
a0d7999eb7
1 changed files with 14 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue