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