PW ändern Logik funktioniert. DB Anbindung fehlt noch,

This commit is contained in:
ja
2021-10-07 08:56:19 +02:00
parent 19e5b13d3a
commit 3e998effa8
4 changed files with 53 additions and 9 deletions

View File

@@ -19,6 +19,11 @@
border-color: forestgreen;
color: black;
}
#txt_Pw:invalid + span::before {
content: '✖';
color: red;
}
#txt_Pw:invalid {
background-color: indianred;
border-color: red;
@@ -29,6 +34,10 @@
border-color: forestgreen;
color: black;
}
#txt_Pw:invalid + span::before {
content: '✖';
color: red;
}
#tbl_main {
font-family: Arial;
font-size: 11px;