CSS Cosmetic valid

This commit is contained in:
sparkyx 2024-05-15 10:43:20 +02:00
parent ea5955a184
commit a408226676

View file

@ -50,6 +50,17 @@ input:focus {
opacity:85%;
background-color: wheat;
}
.valid {
color:green;
background-color:transparent;
font-size: 100%;
padding: 0px;
margin: 0px;
font-family: sans-serif;
opacity:85%;
background-color: lightgreen;
}
a.mtitle span.notice {
text-decoration: underline;
}