From a582d7c8ac9ec4475f2fe5c94e8eca940e056cdf Mon Sep 17 00:00:00 2001 From: Iksas Date: Thu, 15 Sep 2022 12:05:33 +0200 Subject: [PATCH] remove workaround for the Safari password button in dark themes Signed-off-by: Iksas --- style/themes/default-dark.css | 3 --- style/themes/default-darker.css | 3 --- style/themes/lcars.css | 4 ---- 3 files changed, 10 deletions(-) diff --git a/style/themes/default-dark.css b/style/themes/default-dark.css index 83a19621..47356749 100644 --- a/style/themes/default-dark.css +++ b/style/themes/default-dark.css @@ -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%); } diff --git a/style/themes/default-darker.css b/style/themes/default-darker.css index ceacb580..425134d3 100644 --- a/style/themes/default-darker.css +++ b/style/themes/default-darker.css @@ -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%); } diff --git a/style/themes/lcars.css b/style/themes/lcars.css index b8186cdb..e5f26ae0 100644 --- a/style/themes/lcars.css +++ b/style/themes/lcars.css @@ -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%); }