light-blue.css: handle LSformElement_jsonCompositeAttribute

label color
This commit is contained in:
Benjamin Renard 2020-05-27 16:19:55 +02:00
parent 3ecf6018dd
commit f4f1e66434

View file

@ -258,7 +258,7 @@ a.LSsession_recoverPassword, a.LSobject-list-page, a.LSobject-list-nb-by-page, h
}
/* ---- Dark grey ---- */
#status, th.LSobject-list, input[type='text'].LSview_search, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, strong.LSobject-list-nb-by-page, a.LSobject-list-page:hover, a.LSobject-list-nb-by-page:hover {
#status, th.LSobject-list, input[type='text'].LSview_search, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, strong.LSobject-list-nb-by-page, a.LSobject-list-page:hover, a.LSobject-list-nb-by-page:hover, ul.LSformElement_jsonCompositeAttribute div label {
color: var(--dark-grey);
}