mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-19 20:24:59 -03:00
I think the intention might have been to switch styles based on what platform was selected, but that never happened. Instead, everything just used the GC styles. All the platform-specific styles did was add an accent color (which tints the checkbox and text area elements). This adds a specific color for that instead of abusing a platform color. There should be no visual changes for this commit.