light-blue.css: fix objet link color in list when table row is hover

This commit is contained in:
Benjamin Renard 2020-08-20 18:25:04 +02:00
parent b13ff9b832
commit ada72f3604

View file

@ -318,7 +318,7 @@ body, input, select, textarea, #status, th.LSobject-list, th.LSobject-list a, .L
}
/* ---- Contrasted grey ---- */
tr.LSobject-list:hover, .LSform input[type=submit], input[type='submit'].LSview_search, li.LSform_layout_current {
tr.LSobject-list:hover, tr.LSobject-list:hover a.LSobject-list, .LSform input[type=submit], input[type='submit'].LSview_search, li.LSform_layout_current {
color: var(--contrasted-text-color);
}