Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
XML
I have textbox with values inside, which are disbaled on certain conditions. I am applying css to change background color to light red. but I am not able to change color of my text to black.

Even if I give !important in my custom css as well as SharePoint css - INPUT[type=text][disabled] from corev15.css, it is not changing. Currently it is taking only : #848284

I have already this too: 
input[type="text"][disabled]{ color: black !important; }, but no luck

Did any one else faced same problem and found solution to it?
Posted
Comments
Pradip R 3-Apr-15 1:25am    
Post your HTML snippet of button at the time of rendering (DOM Element). I guess you are not putting the selector in right approach.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900