From 06db81eae8bd66259bc8a357884dd06140d0314c Mon Sep 17 00:00:00 2001 From: Mariu Date: Sun, 1 Nov 2020 10:39:20 +0100 Subject: [PATCH] Added comment notice --- style-DARK.css | 7 +++++++ style-LIGHT-HighContrast.css | 7 +++++++ style-LIGHT.css | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/style-DARK.css b/style-DARK.css index 4a9e4a5..948aa1d 100644 --- a/style-DARK.css +++ b/style-DARK.css @@ -21,6 +21,13 @@ textarea:focus, textarea, font-family: Avenir, Helvetica, Arial, sans-serif; color: #eeeeee; } +.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { + color: #eee; + background-color: #ce4c4c; + border: none; + box-shadow: none; + margin-top: 10px !important; +} #header .search input[type="text"], #header .search input[type="text"]:focus { color:#eeeeee !important; diff --git a/style-LIGHT-HighContrast.css b/style-LIGHT-HighContrast.css index a973b57..e849a26 100644 --- a/style-LIGHT-HighContrast.css +++ b/style-LIGHT-HighContrast.css @@ -19,6 +19,13 @@ textarea:focus, background: #ffffff; font-family: Avenir, Helvetica, Arial, sans-serif; } +.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { + color: #fafafa; + background-color: #d50000; + border: none; + box-shadow: none; + margin-top: 10px !important; +} .home .header h2 { border-bottom: 0px; diff --git a/style-LIGHT.css b/style-LIGHT.css index ac328a6..11d7526 100644 --- a/style-LIGHT.css +++ b/style-LIGHT.css @@ -20,6 +20,13 @@ textarea:focus, font-family: Avenir, Helvetica, Arial, sans-serif; } +.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { + color: #eee; + background-color: #ce4c4c; + border: none; + box-shadow: none; + margin-top: 10px !important; +} .home .header h2 { border-bottom: 0px;