1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

hide audio controls in ie10

This commit is contained in:
Luke Pulverenti 2013-05-24 16:31:01 -04:00
parent 39ac592292
commit 94ae0c4d3d
2 changed files with 3 additions and 3 deletions

View file

@ -775,7 +775,7 @@ progress {
position: relative; position: relative;
top: -10px; top: -10px;
width: 110px; width: 110px;
margin-right: .5em; margin-right: .25em;
} }
.mediaSlider { .mediaSlider {
@ -865,4 +865,4 @@ input[type="range"]::-ms-fill-upper {
.positionSlider { .positionSlider {
width: 50px; width: 50px;
} }
} }

View file

@ -285,7 +285,7 @@
var html = ''; var html = '';
var requiresControls = $.browser.msie || $.browser.android || $.browser.iphone || $.browser.ipad; var requiresControls = $.browser.android || $.browser.iphone || $.browser.ipad;
// Can't autoplay in these browsers so we need to use the full controls // Can't autoplay in these browsers so we need to use the full controls
if (requiresControls) { if (requiresControls) {