Change png to svg select image

This commit is contained in:
Le Libre Au Quotidien 2019-09-06 10:50:54 +02:00
parent b763252d76
commit b091a190cf
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="9px" height="8px" viewBox="0 0 90 80" preserveAspectRatio="xMidYMid meet">
<g id="layer101" fill="#000000" stroke="none">
<path d="M20 48 c-11 -18 -20 -36 -20 -40 0 -5 20 -8 45 -8 25 0 45 3 45 8 0 10 -39 72 -45 72 -3 0 -14 -15 -25 -32z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 426 B

View File

@ -28,7 +28,7 @@ option {
border-radius: 0;
background-color: transparent;
background-image: url("./assets/img/fleche_bas.png");
background-image: url("./assets/img/fleche_bas.svg");
background-repeat: no-repeat;
background-size: 9px 8px;
background-position: right center;