fixed the volume icon file names on the webremote
This commit is contained in:
parent
0a947257b2
commit
cb7c67ef84
1 changed files with 2 additions and 2 deletions
|
@ -393,12 +393,12 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
||||||
}
|
}
|
||||||
|
|
||||||
.player-volume-glyph.decrease {
|
.player-volume-glyph.decrease {
|
||||||
background-image: url("./assets/volume.svg");
|
background-image: url("./assets/volume-down.svg");
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player-volume-glyph.increase {
|
.player-volume-glyph.increase {
|
||||||
background-image: url("./assets/volume-2.svg");
|
background-image: url("./assets/volume-up.svg");
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue