From c951601fa4a45502c561850cbfdf927cc1c23276 Mon Sep 17 00:00:00 2001 From: Ani Date: Sat, 13 Jan 2018 00:18:17 +0000 Subject: [PATCH] GUI/Themes: Fix GameList Toolbar Icon Color Similar to previous fix. Current approach was incorrectly using background-color instead of color. Applies to: Kuroi, Darker Style, ModernBlue --- bin/GuiConfigs/Darker Style by TheMitoSan.qss | 12 ++++++------ bin/GuiConfigs/Kuroi (Dark) by Ani.qss | 2 +- bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/GuiConfigs/Darker Style by TheMitoSan.qss b/bin/GuiConfigs/Darker Style by TheMitoSan.qss index d573e69228..7c5362d74b 100644 --- a/bin/GuiConfigs/Darker Style by TheMitoSan.qss +++ b/bin/GuiConfigs/Darker Style by TheMitoSan.qss @@ -68,13 +68,13 @@ QCheckBox::indicator { margin-top: 0.0625em; } QCheckBox::indicator:checked { - background-color: #FFF; /* Green */ + background-color: #FFF; /* White */ } QCheckBox::indicator:unchecked { - background-color: #000; /* Red */ + background-color: #000; /* Black */ } QCheckBox::indicator::disabled { - background-color: #af4949; /* Gray */ + background-color: #af4949; /* Red */ } /* Radio Buttons */ @@ -245,7 +245,7 @@ QLabel#gamelist_icon_background_color { color: transparent; } QLabel#gamelist_toolbar_icon_color { - background-color: #252525; + color: #828790; } /* Set Windows Taskbar Thumbnail colors */ @@ -313,11 +313,11 @@ QLabel#memory_viewer_address_panel { background-color: #131313; } QLabel#memory_viewer_hex_panel { - color: #FFF; /* Font Color: Grey */ + color: #FFF; /* Font Color: White */ background-color: #131313; } QLabel#memory_viewer_ascii_panel { - color: #FFF; /* Font Color: Grey */ + color: #FFF; /* Font Color: White */ background-color: #131313; } diff --git a/bin/GuiConfigs/Kuroi (Dark) by Ani.qss b/bin/GuiConfigs/Kuroi (Dark) by Ani.qss index 7cdd929159..bfb2b3a788 100644 --- a/bin/GuiConfigs/Kuroi (Dark) by Ani.qss +++ b/bin/GuiConfigs/Kuroi (Dark) by Ani.qss @@ -244,7 +244,7 @@ QLabel#gamelist_icon_background_color { color: transparent; } QLabel#gamelist_toolbar_icon_color { - background-color: #e3e3e3; + color: #828790; } /* Set Windows Taskbar Thumbnail colors */ diff --git a/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss b/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss index 55d1013e81..d1f5eaa222 100644 --- a/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss +++ b/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss @@ -242,7 +242,7 @@ QLabel#gamelist_icon_background_color { color: transparent; } QLabel#gamelist_toolbar_icon_color { - background-color: #252525; + color: #828790; } /* Set Windows Taskbar Thumbnail colors */