Style password fields (and textareas) to match text input fields.

This commit is contained in:
Tom Hughes 2008-04-23 07:41:58 +00:00
parent 6d8e6d235f
commit df1a9989f7

View file

@ -525,7 +525,7 @@ hides rule from IE5-Mac \*/
list-style: square;
}
input[type="text"] {
input[type="text"], input[type="password"], textareas {
border: 1px solid black;
}