mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-24 11:43:05 +01:00
themes/YoRHa: Workaround broken Trophy Manager bg
This commit is contained in:
parent
b96f064868
commit
85bde0f43f
@ -80,14 +80,14 @@ QToolTip {
|
||||
}
|
||||
|
||||
|
||||
/* CG Disasm: background-image doesn't work, use static color */
|
||||
QWidget#cg_disasm {
|
||||
/* CG Disasm and Trophy Manager: background-image doesn't work, use static color */
|
||||
QWidget#cg_disasm, QWidget#trophy_manager {
|
||||
background: #b3ac98;
|
||||
}
|
||||
|
||||
|
||||
/* Main Window, Dialogs and Trophy Manager which isn't a dialog */
|
||||
QDialog, QWidget#trophy_manager, QMainWindow#main_window {
|
||||
/* Main Window and Dialogs */
|
||||
QDialog, QMainWindow#main_window {
|
||||
border-image: url("GuiConfigs/YoRHa-background.jpg");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user