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

@@ -16,7 +16,7 @@
color: red;
}
#txt_Pw_WH:valid {
background-color: lightgreen;
background-color: white;
border-color: forestgreen;
color: black;
}
@@ -31,7 +31,7 @@
color: red;
}
#txt_Pw:valid {
background-color: lightgreen;
background-color: white;
border-color: forestgreen;
color: black;
}
@@ -47,7 +47,7 @@
}
#txt_Pw_WH_M:valid {
background-color: lightgreen;
background-color: white;
border-color: forestgreen;
color: black;
}
@@ -64,7 +64,7 @@
}
#txt_Pw_M:valid {
background-color: lightgreen;
background-color: white;
border-color: forestgreen;
color: black;
}

View File

@@ -42,8 +42,9 @@
font-size: 11px;
border: 1px solid gray;
width: 400px;
height: 270px;
margin-block: auto auto;
height: 260px;
margin-block: auto inherit;
margin-top:40px;
}
#lbl_Ueberschrift {
@@ -138,7 +139,7 @@
color: red;
}
#CustomerID:valid {
background-color: lightgreen;
background-color: white;
border-color: forestgreen;
color: black;
}
@@ -153,7 +154,7 @@
}
#txt_Username:valid {
background-color: lightgreen;
background-color: white;
border-color: forestgreen;
color: black;
}
@@ -168,7 +169,7 @@
}
#txtEmail:valid {
background-color: lightgreen;
background-color: white;
border-color: forestgreen;
color: black;
}

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;
}