mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
LSform (CSS) : Added li.LSform-errors
This commit is contained in:
parent
e66f60293b
commit
88bd4b7cf1
1 changed files with 5 additions and 0 deletions
|
@ -119,6 +119,11 @@ input[type='submit'].LSform {
|
||||||
width: 8em;
|
width: 8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.LSform-errors {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #f59a67;
|
||||||
|
}
|
||||||
|
|
||||||
dd.LSform-errors {
|
dd.LSform-errors {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #f59a67;
|
background-color: #f59a67;
|
||||||
|
|
Loading…
Reference in a new issue