remove workaround for the Safari password button in dark themes

Signed-off-by: Iksas <Iksas@users.noreply.github.com>
This commit is contained in:
Iksas
2022-09-15 12:05:33 +02:00
parent 2d7f280ccb
commit a582d7c8ac
3 changed files with 0 additions and 10 deletions
-3
View File
@@ -554,9 +554,6 @@ 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%);
}
-3
View File
@@ -3653,9 +3653,6 @@ 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%);
}
-4
View File
@@ -1853,10 +1853,6 @@ 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%);
}