Add dropdown arrow

This commit is contained in:
TitiAlone 2019-08-15 20:44:42 +02:00
parent 5f796b817a
commit 2e1078c4e4
1 changed files with 8 additions and 1 deletions

View File

@ -29,7 +29,14 @@ option {
background: none;
border-radius: 0;
// TODO -> check what angular can do + find a way to add the arrow
background-color: transparent;
background-image: url("./assets/img/fleche_bas.png");
background-repeat: no-repeat;
background-size: 9px 8px;
background-position: right center;
background-clip: border-box;
// TODO -> check what angular can do
}
label {