mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
light-blue.css: fix objet link color in list when table row is hover
This commit is contained in:
parent
b13ff9b832
commit
ada72f3604
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ body, input, select, textarea, #status, th.LSobject-list, th.LSobject-list a, .L
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Contrasted grey ---- */
|
/* ---- 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);
|
color: var(--contrasted-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue