update volume icons
This commit is contained in:
parent
c41b31461b
commit
1b3e7b1bdf
6 changed files with 7 additions and 7 deletions
|
@ -321,12 +321,12 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.player-volume-glyph.decrease {
|
||||
background-image: url("./assets/volume-down.svg");
|
||||
background-image: url("./assets/volume.svg");
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.player-volume-glyph.increase {
|
||||
background-image: url("./assets/volume-up.svg");
|
||||
background-image: url("./assets/volume-2.svg");
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue