mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-10 12:02:30 +01:00
login.html - Changed Input Boxes to have a dark background and white text
This commit is contained in:
parent
8f145cafc2
commit
1c88fdb956
1 changed files with 20 additions and 0 deletions
20
login.html
20
login.html
|
@ -30,6 +30,26 @@
|
||||||
border-bottom-right-radius: 20px;
|
border-bottom-right-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group-text {
|
||||||
|
background-color: #212226;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
background-color: #212226;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:valid {
|
||||||
|
background-color: #212226;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:invalid {
|
||||||
|
background-color: #2f0001;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
button[type="submit"] {
|
button[type="submit"] {
|
||||||
margin-bottom: 4%;
|
margin-bottom: 4%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue