Css problem – Can't apply css on input
-
Hello guys !
I’ve got a strange problem with my form. I want to apply css style on few inputs. To achieve that, every input i want to modify has in class attribute “test” value. Everything works, it’s great.
But when i use .test in my css file, it only changes my textarea input.
Here is my css :
.test{ background-color: green; }Thanks for your help ! 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Css problem – Can't apply css on input’ is closed to new replies.