web/LanguageDropdown: yet another fix for chrome on windows

This commit is contained in:
wukko 2024-07-10 21:54:04 +06:00
parent 3a531713d0
commit b92579ea2c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -117,7 +117,6 @@
.selector select {
position: absolute;
appearance: initial;
width: 100%;
height: 100%;
background: none;
@ -129,6 +128,7 @@
text-align: right;
/* safari fix */
appearance: initial;
text-align-last: right;
}
@ -137,6 +137,9 @@
color: initial;
text-align: initial;
text-align-last: initial;
border-radius: initial;
background: initial;
border: initial;
}
@media (hover: hover) {