Added other color to playbar for more fun

This commit is contained in:
Kasper Rynning-Tønnesen
2018-01-17 14:16:05 +01:00
parent 0606b22c39
commit 7135c594e3
3 changed files with 86 additions and 2 deletions

View File

@@ -2427,6 +2427,12 @@ nav ul li:hover, nav ul li.active {
}
}
@media (min-width:600px), (min-width:961px), (min-width:1025px), (min-width:1281px) {
#controls {
background: none !important;
}
}
@media only screen and (max-width: 736px) and (max-width:600px), only screen and (max-device-width: 736px) and (orientation: landscape){
.autocomplete-content.dropdown-content{
width:95vw !important;