From fb3dee0f3e6aeb389aee67fe3aad99a2f6d2e22c Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 12 Jan 2018 23:50:06 +0000 Subject: [PATCH] GUI/Themes: Fix GameList Icon Backgrounds Current approach was incorrectly using the background-color property instead of color. Using transparent color, allowing for the icon's background to be the theme's background works with darker colors, as PS3 game icons are generally made for these kind of backgrounds. Applies to: Kuroi, Darker Style, ModernBlue --- bin/GuiConfigs/Darker Style by TheMitoSan.qss | 2 +- bin/GuiConfigs/Kuroi (Dark) by Ani.qss | 2 +- bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/GuiConfigs/Darker Style by TheMitoSan.qss b/bin/GuiConfigs/Darker Style by TheMitoSan.qss index e88dec68a0..d573e69228 100644 --- a/bin/GuiConfigs/Darker Style by TheMitoSan.qss +++ b/bin/GuiConfigs/Darker Style by TheMitoSan.qss @@ -242,7 +242,7 @@ QToolButton::hover { /* Set Theme UI colors */ QLabel#gamelist_icon_background_color { - background-color: #262626; + color: transparent; } QLabel#gamelist_toolbar_icon_color { background-color: #252525; diff --git a/bin/GuiConfigs/Kuroi (Dark) by Ani.qss b/bin/GuiConfigs/Kuroi (Dark) by Ani.qss index 814ca5687c..7cdd929159 100644 --- a/bin/GuiConfigs/Kuroi (Dark) by Ani.qss +++ b/bin/GuiConfigs/Kuroi (Dark) by Ani.qss @@ -241,7 +241,7 @@ QToolButton::hover { /* Set Theme UI colors */ QLabel#gamelist_icon_background_color { - background-color: #323232; + color: transparent; } QLabel#gamelist_toolbar_icon_color { background-color: #e3e3e3; diff --git a/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss b/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss index 7907ea0e54..55d1013e81 100644 --- a/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss +++ b/bin/GuiConfigs/ModernBlue Theme by TheMitoSan.qss @@ -239,7 +239,7 @@ QToolButton::hover { /* Set Theme UI colors */ QLabel#gamelist_icon_background_color { - background-color: #262626; + color: transparent; } QLabel#gamelist_toolbar_icon_color { background-color: #252525;