add: seperate password input component

This commit is contained in:
Mahyar Khanbolooki
2025-08-11 23:47:28 +03:30
parent d660641ba4
commit 38b13c6847
2 changed files with 53 additions and 3 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ input[type="number"] {
-moz-appearance: textfield;
}
input[type="password"] {
input[type="password"]:not(:placeholder-shown) {
font-family: "irancell";
font-style: normal;
font-weight: normal;
@@ -91,7 +91,7 @@ input[type="password"] {
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 0px transparent inset !important;
box-shadow: 0 0 0px 0px transparent inset !important;
-webkit-text-fill-color: #000 !important;
-webkit-text-fill-color: #b6b6b6da !important;
background: currentColor !important;
transition: background-color 10000s ease-in-out 0s;
}
@@ -99,7 +99,7 @@ input:-webkit-autofill {
input:autofill {
-webkit-box-shadow: 0 0 0px 0px transparent inset !important;
box-shadow: 0 0 0px 0px transparent inset !important;
-webkit-text-fill-color: #000 !important;
-webkit-text-fill-color: #b6b6b6da !important;
background: currentColor !important;
transition: background-color 10000s ease-in-out 0s;
}