Qt: Fix YoRHa background for some widgets

This commit is contained in:
Megamouse 2020-07-14 01:31:38 +02:00
parent d345916241
commit e70e534bfa
3 changed files with 4 additions and 8 deletions

View file

@ -80,14 +80,8 @@ QToolTip {
}
/* CG Disasm and Trophy Manager: background-image doesn't work, use static color */
QWidget#cg_disasm, QWidget#trophy_manager {
background: #b3ac98;
}
/* Main Window and Dialogs */
QDialog, QMainWindow#main_window {
/* Main Window, Dialogs and some Dialogs that are actually widgets */
QDialog, QWidget#trophy_manager, QWidget#cg_disasm, QMainWindow#main_window {
border-image: url("GuiConfigs/YoRHa-background.jpg");
}