Initial commit
[tietoopcom] / debian / tietoopcom / usr / share / tietoopcom / stylesheets / my.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 QComboBox { 
6         color: black; 
7         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, 
8         stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); 
9 }
10 QLineEdit {
11         color: black;
12         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
13         stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); 
14 }
15 QPushButton {
16         border: 5px solid darkgrey;
17         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
18         stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); 
19         color: white;
20 }
21 QPushButton#contactsButton:checked {
22         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
23         stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); 
24         color: white;
25 }
26 QPushButton#settingsButton:checked {
27         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
28         stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); 
29         color: white;
30 }
31 QPushButton#statusAreaButton: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 QLabel#statusAreaLabel[checked="true"] {
37         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
38         stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); 
39         color: white;
40 }
41 TecMainToolbar > QLabel {
42         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
43         stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); 
44         color: white;
45 }
46 QMenu::item {
47         background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
48         stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); 
49         color: white;
50 }
51 QListView::item:selected:active {
52         background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
53         stop: 0 #0b0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0);
54 }
55 QListView::item:selected:!active {
56         background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0,
57         stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0);
58 }
59 QMessageBox {
60         background: white;
61 }
62
63 QMessageBox > QLabel {
64         background: none;
65 }
66
67 TocContactListWidget {
68         qproperty-logoColor: "green";
69 }