mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 09:19:16 +02:00
hotfix for pw inputs
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ input[type="text"], textarea, input[type="password"] {
|
|||||||
caret-color: var(--color-4);
|
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;
|
border-radius: 15px 0 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user