mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
light-blue.css: fix LSerror background color
This commit is contained in:
parent
de5a4366a9
commit
c6526a4e9a
1 changed files with 4 additions and 0 deletions
|
@ -268,6 +268,10 @@ tr.LSobject-list:hover, .LSform input[type=submit], input[type='submit'].LSview_
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Errors ---- */
|
/* ---- Errors ---- */
|
||||||
|
div.LSerror {
|
||||||
|
background-color: var(--error-color);
|
||||||
|
}
|
||||||
|
|
||||||
li.LSform_layout_errors {
|
li.LSform_layout_errors {
|
||||||
background-color: var(--error-color);
|
background-color: var(--error-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue