mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Add dropdown arrow
This commit is contained in:
parent
5f796b817a
commit
2e1078c4e4
@ -29,7 +29,14 @@ option {
|
|||||||
background: none;
|
background: none;
|
||||||
border-radius: 0;
|
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 {
|
label {
|
||||||
|
Loading…
Reference in New Issue
Block a user