Fix style of select on Chrome

This commit is contained in:
sienori 2019-02-23 04:05:36 +09:00
parent b550e226df
commit 0bcc153103

View file

@ -26,7 +26,7 @@
content: "";
z-index: 1;
position: absolute;
top: 40%;
top: 35%;
right: 7px;
width: 5px;
height: 5px;
@ -44,6 +44,7 @@
select {
-moz-appearance: none;
-webkit-appearance: none;
text-overflow: ellipsis;
background-color: var(--main-bg);
border: var(--button) solid 1px;