]> icculus.org git repositories - duncan/yast2-qt4.git/blob - theme/style.qss
clicking packages work! so the package selector is now
[duncan/yast2-qt4.git] / theme / style.qss
1 /* Background: wizard background-1024x768.png */
2 /* Background: work_area g22503.png */
3 /* Background: steps rect2174.png */
4
5 #work_area {
6    border-style: none;
7    margin-top: 50px;
8    margin-right: 110px;
9    margin-bottom: 80px;
10    margin-left: 0px;
11 }
12
13 #steps 
14 {
15    border-style: none;
16    padding-left: 20px;
17    padding-top: 10px;
18    margin-top: 60px;
19    margin-left: 10px;
20    margin-bottom: 100px;
21    min-width: 195px;
22    max-width: 195px;
23 }
24
25 QPushButton {
26     color: black;
27 }
28
29 QTextBrowser {
30     color: black;
31 }
32
33 .current-step-name {
34    font: bold 10pt;
35    color: white;
36 }
37
38 .done-step-name {
39    color: white;
40 }
41
42 .todo-step-name {
43    color: white;
44 }
45
46 .todo-step-status {
47    qproperty-pixmap: url(white-step-todo.png);
48    max-width: 14px;
49    min-width: 14px;
50 }
51
52 .done-step-status {
53    qproperty-pixmap: url(white-step-done.png);
54    max-width: 14px;
55    min-width: 14px;
56 }
57
58 .current-step-status {
59    qproperty-pixmap: url(white-step-current.png);
60    max-width: 14px;
61    min-width: 14px;
62 }
63
64 .steps_heading {
65    font: bold;  
66    color: black;
67    margin-bottom: 7px;
68    font-size: 11pt;
69 }
70
71 #DialogIcon { max-width: 0px; margin: 0px; }
72 #DialogHeading { 
73   font-size: 20px; 
74   padding: 12pt;
75   color: white;
76   font-style: bold;
77   margin: 0px;
78 }
79
80 .Contents QWidget { color: black; } 
81