mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
light-blue.css: fix LSform select border color
This commit is contained in:
parent
61d34557b5
commit
f0729a991b
1 changed files with 2 additions and 2 deletions
|
@ -239,7 +239,7 @@ h1, li.LSview-actions, li.menu a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Light ---- */
|
/* ---- Light ---- */
|
||||||
ul.LSformElement_select_object_edit, li.LSformElement_select_object, table.LSobject-list, td.LSobject-list, div.LSinfosBox, .LSform select, select#LSview_search_predefinedFilter {
|
ul.LSformElement_select_object_edit, li.LSformElement_select_object, table.LSobject-list, td.LSobject-list, div.LSinfosBox, select#LSview_search_predefinedFilter {
|
||||||
border-color: var(--light-color);
|
border-color: var(--light-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -270,7 +270,7 @@ input[type='submit'].LSview_search, input[type='text'].LSview_search, div.LSacce
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Light grey ---- */
|
/* ---- Light grey ---- */
|
||||||
.LSform input[type=text], .LSform input[type=password], .LSform textarea, dl.LSmail input, dl.LSmail textarea {
|
.LSform input[type=text], .LSform input[type=password], .LSform textarea, .LSform select, dl.LSmail input, dl.LSmail textarea {
|
||||||
border-color: var(--light-grey);
|
border-color: var(--light-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue