I cringe whenever I need to use any of the controls that contain the Label propery....don't get me wrong, I love the Label property and wish it was in MORE controls
However the label styles are so inconsistant from control to control
Have a look (attached)
Thats a Sitefinity ComboBox and RadTextBox...both have different fonts, niether changed by my CSS
I thought these were supposed to be cleaned up a bunch of releases ago...? :)
It's defiantly not the first time I've noticed it
However the label styles are so inconsistant from control to control
Have a look (attached)
Thats a Sitefinity ComboBox and RadTextBox...both have different fonts, niether changed by my CSS
.RadComboBox_Sitefinity, .RadComboBox_Sitefinity .rcbInput, .RadComboBoxDropDown_Sitefinity {
color
:
#333333
;
font
:
12px
Arial
,
Helvetica
,
sans-serif
;
}
.RadInput_Sitefinity, .RadInputMgr_Sitefinity {
font
:
12px
"segoe ui"
,
arial
,
sans-serif
;
}
.RadInput_Sitefinity .riLabel {
color
:
#000000
;
}
I thought these were supposed to be cleaned up a bunch of releases ago...? :)
It's defiantly not the first time I've noticed it