select: wip

This commit is contained in:
Gaelle Morin 2018-12-10 16:12:21 +01:00
parent 08c3b0bff8
commit 0069c27fe2
1 changed files with 32 additions and 0 deletions

View File

@ -295,6 +295,38 @@ sib-trigger.back {
grid-row-end: middle;
}
#offers-list > sib-form > form {
select {
display: inline-block;
font: inherit;
line-height: 1.5em;
padding: 0.5em 3.5em 0.5em 1em;
margin: 0;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
background-image:
linear-gradient(45deg, transparent 50%, gray 50%),
linear-gradient(135deg, gray 50%, transparent 50%),
linear-gradient(to right, white, white);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
5px 5px,
5px 5px,
1px 1.5em;
background-repeat: no-repeat;
}
}
sib-form-label-text {
background: aqua;
}