Skip to content

Commit

Permalink
update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurul-GC committed Aug 22, 2021
1 parent 1c3da0d commit ba74c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/gcalculadora.qss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ QPushButton:hover{
font-weight: bold;
text-decoration: underline;
padding: 10px;
color: white;
background-color: black;
color: black;
background-color: white;
}
QProgressBar{
text-align: center;
Expand All @@ -45,11 +45,11 @@ QProgressBar{
border-color: white;
border-radius: 3px;
padding: 6px;
color: white;
color: black;
background-color: #A00;
}
QProgressBar::chunk{
background-color: black;
background-color: white;
border-radius: 3px;
padding: 6px;
}
Expand Down

0 comments on commit ba74c3e

Please sign in to comment.