adding 2 px border to text area
-
I’m trying to modify a 2 px border to the textarea box in the form and cannot override the master styles.
currently I have
#emailREP input[type=text], input[type=email], input[type=password], textarea{
border: 2px solid color: #898989!important;
}Is there a better way to select this? My url is repdesign.net
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘adding 2 px border to text area’ is closed to new replies.