mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-13 18:04:32 +00:00
Qt: Fix styling of checked push buttons
This commit is contained in:
@@ -271,6 +271,9 @@ QPushButton {
|
||||
border-radius: 8px;
|
||||
color: #ffffff;
|
||||
}
|
||||
QPushButton:checked {
|
||||
background-color: #414141;
|
||||
}
|
||||
QPushButton:hover {
|
||||
background-color: #484848;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user