Skip to content

Commit

Permalink
forgot to commit home.qss
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaisteMotiejunaite committed Feb 3, 2025
1 parent 6740b64 commit 5ae31f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions App/styles/home.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 5ae31f6

Please sign in to comment.