mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
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:
parent
942d0b0a30
commit
b47c043699
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue