Style password fields (and textareas) to match text input fields.
This commit is contained in:
parent
6d8e6d235f
commit
df1a9989f7
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ hides rule from IE5-Mac \*/
|
||||||
list-style: square;
|
list-style: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"], input[type="password"], textareas {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue