[WIP] show advanced airtime stats
This commit is contained in:
parent
35589eabef
commit
e8b6be29a2
2 changed files with 48 additions and 1 deletions
|
@ -409,6 +409,7 @@ table {
|
|||
display: inline-block;
|
||||
height: 1.4em;
|
||||
background: rgba(85, 128, 32, 0.8);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
label {
|
||||
|
@ -421,6 +422,14 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
.bar > span > span {
|
||||
left: 0.5em;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
white-space: nowrap;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.proportion th {
|
||||
font-weight: normal !important;
|
||||
text-align: right !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue