2018-03-13 13:13:07 +00:00
|
|
|
.select {
|
|
|
|
background-color: var(--pageBGColor);
|
|
|
|
overflow: hidden;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|
|
|
|
|
2018-03-13 13:13:07 +00:00
|
|
|
select {
|
|
|
|
appearance: none;
|
|
|
|
outline: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
border: 0;
|
|
|
|
background: #fff;
|
|
|
|
background-image: none;
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0;
|
|
|
|
color: #0094fb;
|
|
|
|
cursor: pointer;
|
|
|
|
border-color: none;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|
|
|
|
|
2018-03-13 13:13:07 +00:00
|
|
|
select:active {
|
2018-02-16 20:56:53 +00:00
|
|
|
background-color: var(--pageBGColor);
|
2018-03-13 13:13:07 +00:00
|
|
|
border: 0;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|
|
|
|
|
2018-03-13 13:13:07 +00:00
|
|
|
#arrow {
|
|
|
|
position: relative;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|