From 3f6546783e27f5d29aed82174a8080ff5de2b7a0 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 3 Mar 2013 10:14:47 +0530 Subject: [PATCH] fix title color of colored selects in selected state --- source/Ox.UI/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 0b615f5d..e6d5144c 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -358,11 +358,11 @@ Forms background-image: -webkit-linear-gradient(top, $buttonSelectedGradient); } .$themeClass .OxButton.OxSelected, -.$themeClass .OxSelect.OxSelected > .OxTitle, +.$themeClass .OxSelect.OxSelected:not(.OxColor) > .OxTitle, .$themeClass .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected { color: $buttonSelectedColor; } -.$themeClass .OxSelect.OxColor.OxSelected > .OxButton.OxSelected { +.$themeClass .OxSelect.OxSelected.OxColor > .OxButton.OxSelected { background: transparent; }