PW ändern Logik funktioniert. DB Anbindung fehlt noch,
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user