add: seperate password input component
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user