diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 56924ba4c..a44e54887 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -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; }