Skip to content

Commit 1cbb2ef

Browse files
committed
GUI - Apply the current theme's background colour to message boxes
1 parent 687316d commit 1cbb2ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/gui/qt/theme/app.qss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,3 +535,8 @@ QPushButton::pressed
535535
background-color: pressedButtonColor;
536536
color: pressedButtonTextColor;
537537
}
538+
539+
QMessageBox
540+
{
541+
background: windowColor;
542+
}

0 commit comments

Comments
 (0)