From 12a5cebc2dba9c11630881f9034cd406fcbdf7df Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Tue, 1 Nov 2022 23:43:33 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20rendu=20de=20la=20recherche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Icône dans la zone de saisie pour plus de clarté --- styles/img/ui/icon-search.svg | 53 +++++++++++++++++++++++++++++++++++ styles/simple.css | 4 +++ templates/actor-sheet.html | 3 +- 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 styles/img/ui/icon-search.svg diff --git a/styles/img/ui/icon-search.svg b/styles/img/ui/icon-search.svg new file mode 100644 index 00000000..15662aad --- /dev/null +++ b/styles/img/ui/icon-search.svg @@ -0,0 +1,53 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/styles/simple.css b/styles/simple.css index c5fdd130..193efad1 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -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); diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 04359277..0e0c11d8 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -60,9 +60,8 @@ {{#if options.showCompNiveauBase}}Montrer tout{{else}}Filtrer{{/if}} - + size="8" data-dtype="String" placeholder=""/>