From 6d701b92496977fb70dae5ebfc399020e364c06f Mon Sep 17 00:00:00 2001 From: NoobishSVK Date: Thu, 12 Sep 2024 21:44:38 +0200 Subject: [PATCH] hotfix for pw inputs --- web/css/buttons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/css/buttons.css b/web/css/buttons.css index bb7dcfc..506ab85 100644 --- a/web/css/buttons.css +++ b/web/css/buttons.css @@ -82,7 +82,7 @@ input[type="text"], textarea, input[type="password"] { caret-color: var(--color-4); } -input[type="password"]:not(#xdrd-password) { +input[type="password"]:not(.setup-wrapper input[type="password"]) { border-radius: 15px 0 0 15px; }