diff --git a/App/styles/home.qss b/App/styles/home.qss index a77b47e..9d32116 100644 --- a/App/styles/home.qss +++ b/App/styles/home.qss @@ -21,4 +21,17 @@ QPushButton:hover { QPushButton:pressed { background-color: #800942; +} + +/* Style for QMessageBox buttons */ +QMessageBox QPushButton { + background-color: grey; + color: white; + border-radius: 1px; + padding: 6px 12px; + font-weight: normal; +} + +QMessageBox QPushButton:hover { + background-color: darkgrey; } \ No newline at end of file