light-blue.css: fix LSerror background color

This commit is contained in:
Benjamin Renard 2020-05-28 16:57:41 +02:00
parent de5a4366a9
commit c6526a4e9a

View file

@ -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);
}