Fix password box being not the same color on dark themes
This commit is contained in:
parent
156cc4f5f7
commit
6f3b10222f
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue