an additional tweak to the position of the selectbox arrow

This commit is contained in:
Danny Coates 2018-05-29 15:12:00 -07:00
parent a50762ebd7
commit 196d4211b6
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -10,12 +10,11 @@
.select::after {
color: #0094fb;
content: "\25BC";
position: relative;
right: 0;
content: '\25BC';
pointer-events: none;
font-size: 20px;
margin-left: -20px;
margin-left: -30px;
padding-right: 10px;
}
option {