mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
themes/YoRHa: Workaround broken Trophy Manager bg
This commit is contained in:
parent
b96f064868
commit
85bde0f43f
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue