15
15
</property >
16
16
<property name =" styleSheet" >
17
17
<string notr =" true" >QWidget {
18
+ color: #07142A;
18
19
font-family: Roboto, Helvetica;
19
20
font-size: 14px;
20
21
}
@@ -27,84 +28,6 @@ color: #003168;
27
28
font-size: 32px;
28
29
font-weight: 700;
29
30
}
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
- }
108
31
QPushButton {
109
32
padding: 12px 12px;
110
33
border-radius: 4px;
0 commit comments