Qt: Fix styling of checked push buttons

This commit is contained in:
Stenzek
2025-11-30 13:11:20 +10:00
parent 7a929b1d41
commit d8a92f7c97

View File

@@ -271,6 +271,9 @@ QPushButton {
border-radius: 8px;
color: #ffffff;
}
QPushButton:checked {
background-color: #414141;
}
QPushButton:hover {
background-color: #484848;
}