mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
fix invisible buttons in password fields (#2020)
Signed-off-by: Iksas <Iksas@users.noreply.github.com>
This commit is contained in:
@@ -485,6 +485,12 @@ fieldset[disabled] .form-control {
|
||||
background-color: #367fa9 !important;
|
||||
border: 1px solid #367fa9;
|
||||
}
|
||||
input[type="password"]::-webkit-credentials-auto-fill-button {
|
||||
background: #bfc5ca;
|
||||
}
|
||||
input[type="password"]::-webkit-caps-lock-indicator {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
.network-never {
|
||||
background-color: #661b02;
|
||||
|
||||
@@ -3644,6 +3644,12 @@ a:focus {
|
||||
.register-box-body .form-control-feedback {
|
||||
color: rgb(157, 148, 136);
|
||||
}
|
||||
input[type="password"]::-webkit-credentials-auto-fill-button {
|
||||
background: #b1aca3;
|
||||
}
|
||||
input[type="password"]::-webkit-caps-lock-indicator {
|
||||
filter: invert(100%);
|
||||
}
|
||||
.invoice {
|
||||
background-color: rgb(24, 26, 27);
|
||||
background-image: none;
|
||||
|
||||
@@ -1754,6 +1754,14 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="password"]::-webkit-credentials-auto-fill-button {
|
||||
background: white;
|
||||
}
|
||||
|
||||
input[type="password"]::-webkit-caps-lock-indicator {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
/*** ----------------------------------------------------- ***/
|
||||
.not-used {
|
||||
background-color: #222;
|
||||
|
||||
Reference in New Issue
Block a user