corrected logic in abfrage und pw change sowie abfrage

This commit is contained in:
ja
2021-10-14 16:40:39 +02:00
parent 54cf8ad651
commit 4ecb221600
5 changed files with 299 additions and 87 deletions

View File

@@ -38,6 +38,41 @@
content: '✖';
color: red;
}
#txt_Pw_WH_M:invalid {
background-color: indianred;
border-color: red;
color: red;
}
#txt_Pw_WH_M:valid {
background-color: lightgreen;
border-color: forestgreen;
color: black;
}
#txt_Pw_M:invalid + span::before {
content: '✖';
color: red;
}
#txt_Pw_M:invalid {
background-color: indianred;
border-color: red;
color: red;
}
#txt_Pw_M:valid {
background-color: lightgreen;
border-color: forestgreen;
color: black;
}
#txt_Pw_M:invalid + span::before {
content: '✖';
color: red;
}
#tbl_main {
font-family: Arial;
font-size: 11px;