mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +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 ---- */
|
||||
div.LSerror {
|
||||
background-color: var(--error-color);
|
||||
}
|
||||
|
||||
li.LSform_layout_errors {
|
||||
background-color: var(--error-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue