disables now playing animation on list items when unfocused
This commit is contained in:
parent
52edbaabc3
commit
9e00268ea6
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ body.notransparency::before {
|
||||||
|
|
||||||
body.stopanimation * {
|
body.stopanimation * {
|
||||||
animation: unset !important;
|
animation: unset !important;
|
||||||
|
|
||||||
|
.loadbar-sound {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue