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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user