From dd2c26ce2c2d81e44fe5f49cc96bbec9fd66bea7 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 17:57:56 +0530 Subject: [PATCH] fix video inputs --- source/Ox.UI/css/Ox.UI.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 9ff6fea1..c15ced97 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2557,7 +2557,8 @@ Video .OxVideoPlayer .OxInput { - background: transparent; + background-color: transparent; + background-image: none; -moz-box-shadow: 0 0 0; -o-box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0;