Ajout d'une croix permettant de fermer les resultats de recherche
This commit is contained in:
parent
03f5bf0215
commit
8fda06c77f
4 changed files with 136 additions and 11 deletions
|
|
@ -26,6 +26,11 @@
|
|||
</button>
|
||||
</form>
|
||||
|
||||
<camp-bidi-panel id="result-panel" ></camp-bidi-panel>
|
||||
<dialog id="result-panel-dialog">
|
||||
<button title="Fermer" id="close-result-panel-btn">
|
||||
<img src="./icons/close.svg" alt="Icone de croix">
|
||||
</button>
|
||||
<camp-bidi-panel id="result-panel" ></camp-bidi-panel>
|
||||
</dialog>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue