|
@@ -0,0 +1,45 @@
|
|
1
|
+QWidget {
|
|
2
|
+ background-color: #F2F1F0;
|
|
3
|
+ }
|
|
4
|
+
|
|
5
|
+QWidget > QPushButton
|
|
6
|
+{
|
|
7
|
+ background-color: #ed1c24;
|
|
8
|
+ border-style: outset;
|
|
9
|
+ border-width: 2px;
|
|
10
|
+ border-color:#b51218;
|
|
11
|
+ color:#f8f8f8;
|
|
12
|
+}
|
|
13
|
+
|
|
14
|
+QPushButton:hover
|
|
15
|
+{
|
|
16
|
+ background-color: #de1219;
|
|
17
|
+ border-color:#ed1d24;
|
|
18
|
+}
|
|
19
|
+QLineEdit {
|
|
20
|
+ background-color:white;
|
|
21
|
+ color: #646464;
|
|
22
|
+}
|
|
23
|
+#Banner {
|
|
24
|
+ background-color:#c2050b;
|
|
25
|
+ border-color:#525662;
|
|
26
|
+}
|
|
27
|
+ClickableLabel, #lblMergedImage {
|
|
28
|
+ background-color:white;
|
|
29
|
+}
|
|
30
|
+#LogoFrame {
|
|
31
|
+ background-image: url(://logo);
|
|
32
|
+ border: 0px;
|
|
33
|
+ repeat: no-repeat;
|
|
34
|
+}
|
|
35
|
+#Banner > #HeaderLabel{
|
|
36
|
+ background-color:#c2050b;
|
|
37
|
+ color:#f9ffff;;
|
|
38
|
+}
|
|
39
|
+
|
|
40
|
+#spinBox{
|
|
41
|
+ background-color:white;
|
|
42
|
+}
|
|
43
|
+QLabel {
|
|
44
|
+ color:#646464;
|
|
45
|
+}
|