I'm trying to define a CSS style to use in Combobox label which has WebBlue skin. I read about style definition in the forum and I added to my CSS file this code:
I assigned MyLabelStyle to the LabelCssClass property but nothing happens, the label style of the combobox doesn't change
Any suggestion?
.RadComboBox_WebBlue .MyLabelStyle.riLabel { font-family: Verdana,Helvetica,Arial; font-size: 10pt; color: Navy; }I assigned MyLabelStyle to the LabelCssClass property but nothing happens, the label style of the combobox doesn't change
Any suggestion?