mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Qt: change default icon background color to something friendlier looking
This commit is contained in:
parent
697128464b
commit
d4c635a83c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "rpcs3_app.h"
|
||||
#include "rpcs3_app.h"
|
||||
|
||||
#include "rpcs3qt/qt_utils.h"
|
||||
|
||||
|
|
@ -369,7 +369,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& path)
|
|||
"QLabel#thumbnail_icon_color { color: rgba(0, 100, 231, 255); }"
|
||||
|
||||
// game list icon color
|
||||
"QLabel#gamelist_icon_background_color { color: rgba(36, 36, 36, 255); }"
|
||||
"QLabel#gamelist_icon_background_color { color: rgba(240, 240, 240, 255); }"
|
||||
|
||||
// tables
|
||||
"QTableWidget { alternate-background-color: #f2f2f2; background-color: #fff; border: none; }"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue