mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-05 03:18:00 +02:00
captive: Style any error messages
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user