Änderung vereinheitlichung textfelder

This commit is contained in:
ja
2021-11-19 13:38:34 +01:00
parent 528b721903
commit 0ed2d5b7b5
5 changed files with 256 additions and 107 deletions

View File

@@ -87,11 +87,11 @@
border-color: red;
color: red;
}
#CustomerID:valid {
background-color: white;
border-color: forestgreen;
color: black;
}
#CustomerID:valid {
background-color: white;
border-color: forestgreen;
color: black;
}
#CustomerID:invalid + span::before {
content: '✖';
color: red;