Amélioration rendu de la recherche

Icône dans la zone de saisie pour plus de clarté
This commit is contained in:
Vincent Vandemeulebrouck
2022-11-01 23:43:33 +01:00
parent 65e7574106
commit 12a5cebc2d
3 changed files with 58 additions and 2 deletions

View File

@ -787,6 +787,10 @@ ul, li {
margin: 0;
padding: 0;
}
.sheet input.recherche {
background: url("img/ui/icon-search.svg") no-repeat right;
background-size: 1rem;
}
.alterne-list > .list-item:hover {
background: rgba(100, 100, 50, 0.25);