File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ QLineEdit {
2222 padding: 5px;
2323}
2424QPushButton {
25- background-color: #0d47a1 ;
25+ background-color: #1b75d0 ;
2626 color: #ffffff;
2727 border: none;
2828 border-radius: 3px;
2929 padding: 8px;
3030 font-weight: bold;
3131}
3232QPushButton:hover {
33- background-color: #1565c0 ;
33+ background-color: #155ca1 ;
3434}
3535QPushButton:pressed {
36- background-color: #0a3d91 ;
36+ background-color: #0c3b6a ;
3737}
3838QPushButton:disabled {
3939 background-color: #555555;
@@ -47,8 +47,8 @@ QRadioButton::indicator {
4747 border: 2px solid #555555;
4848}
4949QRadioButton::indicator:checked {
50- background-color: #1565c0 ;
50+ background-color: #1b75d0 ;
5151}
5252QRadioButton::indicator:hover {
53- border: 2px solid #1565c0 ;
53+ border: 2px solid #155ca1 ;
5454}
You can’t perform that action at this time.
0 commit comments