mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-13 11:18:30 +01:00
forgot-password.html - Changed Input Boxes to have a dark background and white text
This commit is contained in:
parent
1c88fdb956
commit
ef9f548d99
1 changed files with 17 additions and 1 deletions
|
@ -21,6 +21,21 @@
|
|||
background-color: #1b1c1e;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background-color: #212226;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.form-control:valid {
|
||||
background-color: #212226;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.form-control:invalid {
|
||||
background-color: #2f0001;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-color {
|
||||
background-color: #212226;
|
||||
}
|
||||
|
@ -220,7 +235,8 @@
|
|||
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
|
||||
placeholder="Email address" type="email">
|
||||
</div>
|
||||
<a href="otp.html"><input class="btn btn-resetpassword btn-primary" style="width: 100%;" type="button"
|
||||
<a href="otp.html"><input class="btn btn-resetpassword btn-primary" style="width: 100%;"
|
||||
type="button"
|
||||
value="Reset Password"></a>
|
||||
<br><br>
|
||||
<div class="hoverforgot-1 text-center">
|
||||
|
|
Loading…
Add table
Reference in a new issue