hotfix for pw inputs

This commit is contained in:
NoobishSVK
2024-09-12 21:44:38 +02:00
parent 51121132d5
commit 6d701b9249
+1 -1
View File
@@ -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;
}