update volume icons
This commit is contained in:
parent
c41b31461b
commit
1b3e7b1bdf
6 changed files with 7 additions and 7 deletions
|
@ -829,7 +829,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
|
||||
.app-chrome-item.volume-icon {
|
||||
opacity: 0.7;
|
||||
background-image: url(http://localhost:9000/assets/volume-up.svg);
|
||||
background-image: url("./assets/feather/volume-2.svg");
|
||||
height: 15px;
|
||||
width: 30px;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -1366,12 +1366,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
}
|
||||
|
||||
.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