##// END OF EJS Templates
Style the password field the same as the login field. #3845...
Eric Davis -
r2918:bb8a397a1365
parent child
Show More
@@ -61,9 +61,9 input[type="button"], input[type="submit"], input[type="reset"] { background-col
61 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
61 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
62
62
63 /* Fields */
63 /* Fields */
64 input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
64 input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
65 input[type="text"] { padding: 3px; }
65 input[type="text"], input[type="password"] { padding: 3px; }
66 input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
66 input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
67 option { border-bottom: 1px dotted #d7d7d7; }
67 option { border-bottom: 1px dotted #d7d7d7; }
68
68
69 /* Misc */
69 /* Misc */
General Comments 0
You need to be logged in to leave comments. Login now