Skip to content

Commit

Permalink
Tries to get rid of the ugly pressed state on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kwwii committed Oct 29, 2020
1 parent 7e6a1bc commit 78c14a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/SLE/wizard/installation.qss
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ QPushButton:default:pressed, QPushButton:pressed {
border: 1px solid #30ba78;
color: #ffffff;
background-color: #30ba78;
outline: none;
}
QPushButton:hover {
background-color: #2B2E38;
Expand Down

0 comments on commit 78c14a9

Please sign in to comment.