From 74f781eabd2d92b700702edede22600481b43f03 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 17:35:03 +0530 Subject: [PATCH] fix symbol/video buttons --- source/Ox.UI/css/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index e2696dac..5926c596 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -325,7 +325,9 @@ Forms background-image: -webkit-linear-gradient(top, $buttonDisabledGradient); color: $buttonDisabledColor; } +.$themeClass .OxButton.OxSymbol, .$themeClass .OxButton.OxSymbol.OxDisabled, +.$themeClass .OxButton.OxVideo, .$themeClass .OxButton.OxVideo.OxDisabled { background-color: transparent; background-image: none;