vereinheitlichung schrift und fonts

This commit is contained in:
ja
2021-10-25 15:01:44 +02:00
parent 5bf359d18f
commit 50532d85f2
6 changed files with 52 additions and 77 deletions

View File

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