Fix password box being not the same color on dark themes

This commit is contained in:
calzoneman 2014-01-29 22:56:55 -06:00
parent 156cc4f5f7
commit 6f3b10222f
2 changed files with 4 additions and 2 deletions

View file

@ -7707,7 +7707,8 @@ footer {
background-color: #2d2d2d !important;
}
input.form-control[type="text"], textarea.form-control {
input.form-control[type="text"], input.form-control[type="password"],
input.form-control[type="email"], textarea.form-control {
background-color: #2d2d2d !important;
color: #c8c8c8;
}

View file

@ -7983,7 +7983,8 @@ footer {
background-color: #161a20 !important;
}
input.form-control[type="text"], textarea.form-control {
input.form-control[type="text"], input.form-control[type="password"],
input.form-control[type="email"], textarea.form-control {
background-color: #161a20 !important;
color: #c8c8c8;
}