|
@@ -421,12 +421,18 @@ form .helptext {
|
|
}
|
|
}
|
|
|
|
|
|
.message.warning {
|
|
.message.warning {
|
|
- color: #620
|
|
|
|
|
|
+ color: #620;
|
|
background-color: #FFAE00;
|
|
background-color: #FFAE00;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.message.error {
|
|
|
|
+ color: #B90202;
|
|
|
|
+ background-color: #FFBABA;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
.eat-up {
|
|
.eat-up {
|
|
margin-top: -1.5em;
|
|
margin-top: -1.5em;
|
|
}
|
|
}
|
|
@@ -434,6 +440,10 @@ form .helptext {
|
|
content: "✔ ";
|
|
content: "✔ ";
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.message.error:before {
|
|
|
|
+ content: "✘ ";
|
|
|
|
+}
|
|
|
|
+
|
|
.nowrap {
|
|
.nowrap {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|