select: wip
This commit is contained in:
parent
08c3b0bff8
commit
0069c27fe2
@ -295,6 +295,38 @@ sib-trigger.back {
|
|||||||
grid-row-end: middle;
|
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 {
|
sib-form-label-text {
|
||||||
background: aqua;
|
background: aqua;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user