1515 </property >
1616 <property name =" styleSheet" >
1717 <string notr =" true" >QWidget {
18+ color: #07142A;
1819font-family: Roboto, Helvetica;
1920font-size: 14px;
2021}
@@ -27,84 +28,6 @@ color: #003168;
2728font-size: 32px;
2829font-weight: 700;
2930}
30- #label, #info {
31- color: #07142A;
32- }
33- QLineEdit, QComboBox {
34- padding: 10px 14px;
35- border: 1px solid #C4CBD8;
36- border-radius: 4px;
37- color: #07142A;
38- background-color: white;
39- placeholder-text-color: #607496;
40- font-size: 16px;
41- }
42- QComboBox QWidget#popup {
43- background-color: transparent;
44- }
45- QComboBox QWidget#content {
46- border: 1px solid #C4CBD8;
47- border-radius: 4px;
48- background-color: #FFFFFF;
49- }
50- QComboBox QPushButton {
51- margin: 3px;
52- padding: 0px 12px 0px 4px;
53- border: 0px;
54- color: #07142A;
55- text-align: left;
56- font-weight: normal;
57- font-size: 16px;
58- qproperty-iconSize: 14px 9px;
59- qproperty-layoutDirection: RightToLeft;
60- }
61- QComboBox QPushButton#selected {
62- qproperty-icon: url(:/images/arrow_up.svg);
63- }
64- QComboBox QPushButton:hover#selected {
65- qproperty-icon: url(:/images/arrow_up_white.svg);
66- }
67- QComboBox::drop-down {
68- background-color: #FFFFFF;
69- width: 25px;
70- }
71- QComboBox::down-arrow {
72- image: url(:/images/arrow_down.svg);
73- }
74- QComboBox::down-arrow:on {
75- top: 1px;
76- left: 1px;
77- }
78- QCheckBox {
79- spacing: 8px;
80- color: #07142A;
81- border: none; /*Workaround for right padding*/
82- }
83- QCheckBox:disabled {
84- color: #C4CBD8;
85- }
86- QCheckBox::indicator {
87- width: 16px;
88- height: 16px;
89- }
90- QCheckBox::indicator:unchecked {
91- image: url(:/images/icon_checkbox.svg);
92- }
93- QCheckBox::indicator:unchecked:hover {
94- image: url(:/images/icon_checkbox_active.svg);
95- }
96- QCheckBox::indicator:unchecked:disabled {
97- image: url(:/images/icon_checkbox_disabled.svg);
98- }
99- QCheckBox::indicator:checked {
100- image: url(:/images/icon_checkbox_check.svg);
101- }
102- QCheckBox::indicator:checked:hover {
103- image: url(:/images/icon_checkbox_check_active.svg);
104- }
105- QCheckBox::indicator:checked:disabled {
106- image: url(:/images/icon_checkbox_check_disabled.svg);
107- }
10831QPushButton {
10932padding: 12px 12px;
11033border-radius: 4px;
0 commit comments