* removed ms-native show password button for type="password" field in UM forms;

This commit is contained in:
Mykyta Synelnikov
2024-12-19 13:00:20 +02:00
parent a6904639f3
commit 44bfcdeb38
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -482,6 +482,11 @@ p.um-notice.warning a {
padding-right: 40px !important;
}
.um-form .um-field-area-password input[type="password"]::-ms-reveal,
.um-form .um-field-area-password input[type="password"]::-ms-clear {
display: none;
}
.um-form input[type="number"] {
width: auto;
padding: 0 0 0 5px !important;
+1 -1
View File
File diff suppressed because one or more lines are too long