fix: refine burden meter display
This commit is contained in:
parent
40217572b1
commit
8bea346a57
2 changed files with 24 additions and 3 deletions
|
|
@ -838,6 +838,18 @@ body.noselect, body.noselect * {
|
|||
transition: height 0.3s ease;
|
||||
}
|
||||
|
||||
.inv-burden-fill.is-safe {
|
||||
background: var(--ac-green);
|
||||
}
|
||||
|
||||
.inv-burden-fill.is-warning {
|
||||
background: #d8a431;
|
||||
}
|
||||
|
||||
.inv-burden-fill.is-danger {
|
||||
background: #b7432c;
|
||||
}
|
||||
|
||||
.inv-burden-label {
|
||||
position: absolute;
|
||||
top: -18px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue