diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 65512baf..31d8bd71 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -996,7 +996,7 @@ Video background-image: -o-linear-gradient(top, $videoBarGradient); background-image: -webkit-linear-gradient(top, $videoBarGradient); } -.$themeClass .OxVideoPlayer .OxControls input.OxInput { +.$themeClass .OxVideoPlayer input.OxInput { background-image: -moz-linear-gradient(top, $videoInputGradient); background-image: -o-linear-gradient(top, $videoInputGradient); background-image: -webkit-linear-gradient(top, $videoInputGradient);