Fix style of select on Chrome
This commit is contained in:
parent
b550e226df
commit
0bcc153103
|
@ -26,7 +26,7 @@
|
||||||
content: "";
|
content: "";
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40%;
|
top: 35%;
|
||||||
right: 7px;
|
right: 7px;
|
||||||
width: 5px;
|
width: 5px;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
select {
|
select {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
background-color: var(--main-bg);
|
background-color: var(--main-bg);
|
||||||
border: var(--button) solid 1px;
|
border: var(--button) solid 1px;
|
||||||
|
|
Loading…
Reference in a new issue