Added comment notice

This commit is contained in:
Mariu 2020-11-01 10:39:20 +01:00
parent 8812aa3279
commit 06db81eae8
3 changed files with 21 additions and 0 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;