captive: Style any error messages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-05-01 12:24:07 +01:00
parent aed55ef9f8
commit eb3e3017cb
2 changed files with 16 additions and 5 deletions

View File

@@ -107,8 +107,8 @@ footer {
box-shadow: inset 0 -2px 0 0 #546e7a;
}
.form-text .error {
box-shadow: 0 -2px 0 0 #ff3d00;
.form-error {
box-shadow: inset 0 -2px 0 0 #ff3d00;
}
.form-submit {
@@ -163,3 +163,14 @@ footer {
border: 2px solid #546e7a;
border-radius: 2px;
}
.text-error {
position: block;
margin-top: 6px;
min-height: 23px;
color: white;
background-color: #ff3d00;
border-radius: 2px;
}