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
This commit is contained in:
Ani
2018-01-13 00:18:17 +00:00
committed by Ani
parent fb3dee0f3e
commit c951601fa4
3 changed files with 8 additions and 8 deletions
@@ -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 */