mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-17 15:59:06 +01:00
- Themes CSS : Ajout d'un surlignement des lignes des listes d'objets.
This commit is contained in:
parent
8d429bfdcd
commit
61fc929b89
2 changed files with 8 additions and 4 deletions
|
@ -163,11 +163,13 @@ th.LSobject-list a {
|
|||
* tr
|
||||
*/
|
||||
tr.LSobject-list-bis {
|
||||
background-color: #f2f2f2;
|
||||
background-color: #bddff1;
|
||||
background-color: #dedede;
|
||||
}
|
||||
|
||||
tr.LSobject-list:hover {
|
||||
background-color: #b3b3b3;
|
||||
}
|
||||
|
||||
/*
|
||||
* td
|
||||
*/
|
||||
|
|
|
@ -161,11 +161,13 @@ th.LSobject-list a {
|
|||
* tr
|
||||
*/
|
||||
tr.LSobject-list-bis {
|
||||
background-color: #ecf8fd;
|
||||
background-color: #bddff1;
|
||||
background-color: #c1d7e3;
|
||||
}
|
||||
|
||||
tr.LSobject-list:hover {
|
||||
background-color: #729EB6;
|
||||
}
|
||||
|
||||
/*
|
||||
* td
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue