Fix select field color bug on Windows

It shows as white text on white background on Windows 10 or 11
https://mastodon.social/users/cheeaun/statuses/109812923100158393
This commit is contained in:
Lim Chee Aun 2023-02-06 00:05:43 +08:00
parent 942d0b0a30
commit b47c043699

View file

@ -164,7 +164,7 @@
left: -100vw !important;
}
#compose-container .toolbar-button select {
background-color: transparent;
background-color: inherit;
border: 0;
padding: 0 0 0 8px;
}