From 4b46fa42da92ebe5b64da8dd8ea1d48b6cce6a28 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 9 Feb 2013 14:07:32 +0530 Subject: [PATCH] fix video controls css --- source/Ox.UI/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);