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
This commit is contained in:
Ani 2018-01-12 23:50:06 +00:00 committed by Ani
parent 5959411aeb
commit fb3dee0f3e
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;