Skip to content

Fixes selects having unreadable text on some browsers/OSes.

HJ requested to merge fixSelectOptionStyling into develop

Currently some Browser/OS configurations allow <option> to be somewhat styled, and it leads to them being unreadable on darker themes due to color being inherited from body to a light color but background still being white. See image below:

image

Currently known browsers/os that has this issue:

  • Firefox/Windows (Linux version uses GTK dropdown and therefore cannot be styled)
  • Chrome/Linux

While i was at it, i added trivial theme switcher theme preview.

image

Closes #123 (closed)

Edited by HJ

Merge request reports