Hi

i am trying to make changes to css x-item-disabled class for a disabled textfield control. it works in that I can change to opacity. I am trying to change color of font from gray to some dark color like black so it can be more readable. I am using ie7 for testing but it is not working.
any suggestions
thanks
idriss




.x-item-disabled


{


filter: alpha(opacity=120) !important; 


color: black !important;


font-weight: bolder !important; 


opacity: .9 !important;


cursor: inherit !important;


}