Thanks for the info...I'm running into the same issue in FORM DECORATOR and the MENU components...so the below is a bit of cross- pollinization, but the same gist applies to both it would seem (just assume the scenario below for the MENU component as applied to the FOR DECORATOR):
I edited the .CSS file directly (/Skins/Black) replacing all instances of
#9eda29 with the color I want, and also placed this onto the top of the page I'm using the control in:
<style type="text/css">
.RadMenu_Black a.rmLink:hover {
color:#F0CD5B!important;
}
</
style type="text/css">
and the font colors have chaged - so good there !
------------------------------------------------------------------
I opened the Sprites graphic files in PhotoShop (changed them to RGB),
penciled over the left and right arrows with the color I want, switched back to Indexed color, and saved - however, the green arrows are still there when I run the control onscreen...
------------------------------------------------------------------
I'm 1/2 way to where I need to be, but any additional info you may have on editing the existing Black skin graphic set (/Skins/Black/Menu) would be appreciated.
Thanx,
Bazz