Hi, does anyone know how to change the appearance of disabled textareas, i’m sure you must be able to do it with CSS, but i’m yet to find the answer on the net.
I’ve tried the following CSS with no successful!
textarea:disabled {
background-color: #000000;
}
Thanks
Thom