How do I make a textarea that is disabled, but the background and text colors don’t change? Is it possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re using a styled textarea you could easily add a class to it that has the same styling as the other (not disabled) elements.
Take a look at this:
That’s an example of how you can change the appearance of disabled elements (buttons in this case, but textareas should work the same).
It looks something like this: