From d5afb0863633a8ee0cb86a5d585c289afc17ecfd Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 17:36:21 +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 5926c596..05913c66 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -326,8 +326,10 @@ Forms color: $buttonDisabledColor; } .$themeClass .OxButton.OxSymbol, +.$themeClass .OxButton.OxSymbol:active, .$themeClass .OxButton.OxSymbol.OxDisabled, .$themeClass .OxButton.OxVideo, +.$themeClass .OxButton.OxVideo:active, .$themeClass .OxButton.OxVideo.OxDisabled { background-color: transparent; background-image: none;