Fixed coloring of volume-slider on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-14 13:22:28 +02:00
parent 5b0b779530
commit a65ae66e03

View File

@@ -2538,7 +2538,7 @@ nav ul li:hover, nav ul li.active {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background: #464646; background: #1c1c1c;
} }
.volume-container-cast { .volume-container-cast {