fix title color of colored selects in selected state

This commit is contained in:
rolux 2013-03-03 10:14:47 +05:30
parent 8438e861c2
commit 3f6546783e

View file

@ -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;
}