Amélioration de l'apparence de recherche

This commit is contained in:
Vincent Vandemeulebrouck 2022-11-05 17:59:27 +01:00
parent e5e4ca75ea
commit 9d1dec4179
1 changed files with 5 additions and 1 deletions

View File

@ -806,8 +806,12 @@ ul, li {
padding: 0;
}
.sheet input.recherche {
background: url("img/ui/icon-search.svg") no-repeat right;
background-image: url("img/ui/icon-search.svg");
background-position: 0.1rem 0.1rem;
background-size: 1rem;
background-repeat: no-repeat;
padding: 0.1rem 0.1rem 0.1rem 1.2rem;
max-height: 1.2rem;
}
.alterne-list > .list-item:hover {