top



I want to add css on my text areas.So I added this on my CSS


Code:
textarea {
background-color: #1C1C1C;}
textarea:hover {
background-color: #gfgf65;}

but the background does not change in non hover :(

That might be because of your default CSS. Add the !important condition.

SOLVED Smile

Solved & Locked