Fix: Workaround for missing progress bars on active device card in Dashboard
This commit is contained in:
parent
e17e918e09
commit
37b67dead1
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ html {
|
|||
transition: all .375s ease-in-out;
|
||||
}
|
||||
|
||||
.itemProgressBar {
|
||||
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
backdrop-filter: blur(.1em);
|
||||
background-color: rgb(123 123 123 / 30%) !important;
|
||||
height: .3em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue