From a408226676eeccdab7063ec818d6bfcbb1fe5435 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 15 May 2024 10:43:20 +0200 Subject: [PATCH] CSS Cosmetic valid --- html/css/style-classic7.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; }