mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
light-blue.css: fix dt.LSform-errors color
This commit is contained in:
parent
e9cc1a35b5
commit
6c9ad1884a
1 changed files with 4 additions and 0 deletions
|
@ -306,6 +306,10 @@ li.LSform_layout_errors {
|
|||
background-color: var(--error-color);
|
||||
}
|
||||
|
||||
dt.LSform-errors {
|
||||
color: var(--error-color);
|
||||
}
|
||||
|
||||
/* ---- Custom checkbox/radiobox ---- */
|
||||
input[type=checkbox], input[type=radio] {
|
||||
background-color: white;
|
||||
|
|
Loading…
Reference in a new issue