From 8438e861c2b6262e286e34337c36514fc4d96da3 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 2 Mar 2013 15:30:39 +0000 Subject: [PATCH] fix colored select css --- source/Ox.UI/css/theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index f1ae6738..0b615f5d 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -362,6 +362,9 @@ Forms .$themeClass .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected { color: $buttonSelectedColor; } +.$themeClass .OxSelect.OxColor.OxSelected > .OxButton.OxSelected { + background: transparent; +} .$themeClass .OxButton.OxTab.OxSelected {