mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-24 19:52:37 +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 */
|
/* CG Disasm and Trophy Manager: background-image doesn't work, use static color */
|
||||||
QWidget#cg_disasm {
|
QWidget#cg_disasm, QWidget#trophy_manager {
|
||||||
background: #b3ac98;
|
background: #b3ac98;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Main Window, Dialogs and Trophy Manager which isn't a dialog */
|
/* Main Window and Dialogs */
|
||||||
QDialog, QWidget#trophy_manager, QMainWindow#main_window {
|
QDialog, QMainWindow#main_window {
|
||||||
border-image: url("GuiConfigs/YoRHa-background.jpg");
|
border-image: url("GuiConfigs/YoRHa-background.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user