From 9d1dec417955584b401aff9a7f2f535298e49a1b Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 5 Nov 2022 17:59:27 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20l'apparence=20de=20rec?= =?UTF-8?q?herche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/simple.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/simple.css b/styles/simple.css index 37d4738b..a57088d3 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -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 {