pawelplaatje

This commit is contained in:
2024-07-24 21:51:57 +02:00
parent 70fdfe9711
commit 00b0e8d9a7
4 changed files with 10 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+5 -1
View File
@@ -285,13 +285,17 @@ input[type="range"]#seek::-webkit-slider-runnable-track{
}
#media-control #volume {
background-image:url(img/volume.png);
background-image:url(img/muted.png);
background-repeat:no-repeat;
padding-left: 24px;
background-position: 0 50%;
max-width: 120px;
}
#media-control #volume.playing {
background-image:url(img/pawel.png);
}
#volume::-moz-range-thumb {
background: transparent;
background-image:url(img/vol-select.svg);