CSS Cosmetic valid
This commit is contained in:
parent
ea5955a184
commit
a408226676
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue