1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-21 18:22:33 +01:00

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

View File

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

View File

@ -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 */

View File

@ -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 */