From a49fa8f57f44ecd65908bffb60f7866125159146 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 16:53:39 +0530 Subject: [PATCH] fix background of disabled symbol buttons --- 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 2a898281..6811b1de 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -327,7 +327,7 @@ Forms } .$themeClass .OxButton.OxSymbol.OxDisabled { background-color: transparent; - opacity: 0.5; + background-image: none; }