fix colored select css

This commit is contained in:
rolux 2013-03-02 15:30:39 +00:00
parent b31a7d5be4
commit 8438e861c2

View file

@ -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 {