Console: tooltips for transit b/w and data transferred

This commit is contained in:
dr|z3d 2021-08-26 12:53:07 +00:00
parent a77b931d76
commit 94a2e79068
2 changed files with 34 additions and 22 deletions

View file

@ -214,7 +214,7 @@ a, .slide label {
font-weight: 700;
}
.count {
.badge {
margin: -1px 0 -1px 3px;
padding: 0 10px;
display: inline-block;
@ -226,7 +226,7 @@ a, .slide label {
text-shadow: none;
}
label:hover .count {
label:hover .badge {
background: var(--ink);
}
@ -246,7 +246,7 @@ a#home {
display: inline-block;
font-size: 0;
background: var(--logo) no-repeat center center / auto 40px;
opacity: .5;
opacity: .75;
vertical-align: top;
}
@ -254,6 +254,11 @@ a#home:hover {
opacity: 1;
}
a#home:active {
opacity: .75;
transform: scale(.9);
}
a.view {
padding-left: 0;
color: var(--ink);
@ -1316,6 +1321,7 @@ input[type=checkbox]:checked + label::after {
}
.router.sent, .router.recvd, .transit.sent {
min-width: 48px;
padding-left: 15px;
background-size: 12px;
}