From e4d9347c5d01bd235a054ac94b4ec99c0f373a8a Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 17:39:41 +0530 Subject: [PATCH] fix symbol/video buttons --- source/Ox.UI/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 05913c66..c8dd56d2 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -331,6 +331,7 @@ Forms .$themeClass .OxButton.OxVideo, .$themeClass .OxButton.OxVideo:active, .$themeClass .OxButton.OxVideo.OxDisabled { + border-color: transparent; background-color: transparent; background-image: none; }