an additional tweak to the position of the selectbox arrow
This commit is contained in:
parent
a50762ebd7
commit
196d4211b6
|
@ -10,12 +10,11 @@
|
||||||
|
|
||||||
.select::after {
|
.select::after {
|
||||||
color: #0094fb;
|
color: #0094fb;
|
||||||
content: "\25BC";
|
content: '\25BC';
|
||||||
position: relative;
|
|
||||||
right: 0;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-left: -20px;
|
margin-left: -30px;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
|
|
Loading…
Reference in New Issue