Skip to content

Commit be52db6

Browse files
Better color of buttons
1 parent 8a47c27 commit be52db6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Extensions_Qt6/StyleSheet.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
border: none;
426426
background: #E7E7E7;
427427
height: 10px;
428-
}
428+
}
429429
430430
QScrollBar::handle:vertical{
431431
margin-top: 15px;
@@ -510,7 +510,7 @@
510510
QPushButton {
511511
min-width: 70px;
512512
min-height: 20px;
513-
color: black;
513+
color: black;
514514
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
515515
stop: 0 #F1F1F1, stop: 1 #DFDFDF);
516516
border-radius: 2px;
@@ -674,7 +674,7 @@
674674
675675
QPushButton {
676676
padding: 2px 6px 2px 6px;
677-
color: #000;
677+
/* color: #fff;*/
678678
margin-left:5px;
679679
margin-right:5px;
680680
text-shadow: 2px 2px #ff0000;
@@ -694,7 +694,7 @@
694694
}
695695
696696
QPushButton:checked {
697-
color: ffeb50;
697+
color: #82ff86;
698698
}
699699
700700
"""

0 commit comments

Comments
 (0)