made notice configurable, fixing a few CSS glitches

This commit is contained in:
El RIDO
2019-06-17 21:40:37 +02:00
parent a67c9ab129
commit 42c2003220
9 changed files with 34 additions and 13 deletions

View File

@@ -290,9 +290,9 @@ input {
#ienotice a { color: #000; }
#oldienotice { display: none; }
#oldnotice, #httpnotice { display: none; }
.errorMessage {
#errormessage, .errorMessage {
background-color: #f77 !important;
color:#ff0;
}