Initial commit
[tietoopcom] / data / stylesheets / default.qss
1 QFrame { 
2         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
3         stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff);
4 }
5
6 QComboBox {
7         color: black;
8         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
9         stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff);
10 }
11
12 QLineEdit {
13         color: black;
14         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
15         stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff);
16 }
17
18 QPushButton {
19         border: 5px solid darkgrey;
20         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
21         stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00);
22         color: white;
23 }
24
25 QPushButton#contactsButton:checked {
26         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
27         stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa);
28         color: white;
29 }
30
31 QPushButton#settingsButton:checked {
32         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
33         stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa);
34         color: white;
35 }
36
37 QPushButton#statusAreaButton:checked {
38         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
39         stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa);
40         color: white;
41 }
42
43 QLabel#statusAreaLabel:enabled {
44         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
45         stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa);
46         color: white;
47 }
48
49 QLabel#statusAreaLabel:!enabled {
50         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
51         stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00);
52         color: white;
53 }
54
55 QPushButton#scrollUpButton:!enabled {
56         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
57         stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff);
58         color: white;
59 }
60
61 QPushButton#scrollDownButton:!enabled {
62         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
63         stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff);
64         color: white;
65 }
66
67 QMenu::item {
68         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
69         stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00);
70         color: white;
71 }
72
73 QMenu::separator {
74         background: grey;
75 }
76
77 QMessageBox {
78         background: white;
79 }
80
81 QMessageBox > QLabel {
82         background: none;
83 }
84
85 QListView::item:selected:active {
86         background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
87         stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00);
88 }
89
90 QListView::item:selected:!active {
91         background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
92         stop: 0 #a00, stop: 0.55 #b00, stop: 0.56 #b00, stop: 1 #f00);
93 }
94
95 TocContactListWidget {
96         qproperty-logoColor: "red";
97 }