Skip to content

Fix Style of Combo Boxes#1024

Merged
CryZe merged 1 commit intoLiveSplit:masterfrom
CryZe:select-style
Mar 14, 2025
Merged

Fix Style of Combo Boxes#1024
CryZe merged 1 commit intoLiveSplit:masterfrom
CryZe:select-style

Conversation

@CryZe
Copy link
Collaborator

@CryZe CryZe commented Mar 14, 2025

WebKit outside of Safari apparently ignores the background color of <select> elements. By using appearance: none, we can override the default style of the combo boxes and make them look consistent across all browsers.

WebKit outside of Safari apparently ignores the background color of
`<select>` elements. By using `appearance: none`, we can override the
default style of the combo boxes and make them look consistent across
all browsers.

Co-authored-by: aaronghiurau <samghiu@gmail.com>
@CryZe CryZe added enhancement A new feature or general improvement to LiveSplit One. UI The issue is about the user interface. high priority This is a high priority issue. Tauri An issue about the Tauri based desktop version. WebKit An issue that affects the WebKit engine (used by Safari and Tauri on Linux) labels Mar 14, 2025
@CryZe CryZe linked an issue Mar 14, 2025 that may be closed by this pull request
@CryZe CryZe enabled auto-merge (squash) March 14, 2025 13:52
@CryZe CryZe merged commit 2e70564 into LiveSplit:master Mar 14, 2025
4 checks passed
@CryZe CryZe deleted the select-style branch March 14, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement A new feature or general improvement to LiveSplit One. high priority This is a high priority issue. Tauri An issue about the Tauri based desktop version. UI The issue is about the user interface. WebKit An issue that affects the WebKit engine (used by Safari and Tauri on Linux)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linux Desktop - Select Elements are White on White

1 participant