mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-19 06:53:53 +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);
|
background-color: var(--error-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dt.LSform-errors {
|
||||||
|
color: var(--error-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* ---- Custom checkbox/radiobox ---- */
|
/* ---- Custom checkbox/radiobox ---- */
|
||||||
input[type=checkbox], input[type=radio] {
|
input[type=checkbox], input[type=radio] {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
Loading…
Reference in a new issue