Statistiques
| Révision :

root / tmp / org.txm.rcp / css / e4-dark_mac.css @ 2400

Historique | Voir | Annoter | Télécharger (15,58 ko)

1 923 mdecorde
/*******************************************************************************
2 923 mdecorde
 * Copyright (c) 2010, 2014 Andrea Guarinoni and others.
3 923 mdecorde
 * All rights reserved. This program and the accompanying materials
4 923 mdecorde
 * are made available under the terms of the Eclipse Public License v1.0
5 923 mdecorde
 * which accompanies this distribution, and is available at
6 923 mdecorde
 * http://www.eclipse.org/legal/epl-v10.html
7 923 mdecorde
 *
8 923 mdecorde
 * Contributors:
9 923 mdecorde
 *     Andrea Guarinoni <andrea.guarinoni.dev@outlook.com> - initial API and implementation
10 923 mdecorde
 *******************************************************************************/
11 923 mdecorde
12 923 mdecorde
/*******************************************************************************
13 923 mdecorde
 * The following bugs are referred to in this style sheet
14 923 mdecorde
 * 1.) Bug 419482 - Cascading policy in CSS
15 923 mdecorde
 * 2.) Bug 430052 - Imported rules cannot be overridden
16 923 mdecorde
 *******************************************************************************/
17 923 mdecorde
18 923 mdecorde
/* @import url("platform:/plugin/org.eclipse.ui.themes/css/e4-dark.css"); Bug 430052 */
19 2400 sjacqu01
@import
20 2400 sjacqu01
        url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css")
21 2400 sjacqu01
        ;
22 923 mdecorde
23 2400 sjacqu01
@import
24 2400 sjacqu01
        url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css")
25 2400 sjacqu01
        ; /* Remove this to have ONLY the main IDE shell dark */
26 2400 sjacqu01
@import
27 2400 sjacqu01
        url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css")
28 2400 sjacqu01
        ;
29 923 mdecorde
30 923 mdecorde
.MTrimmedWindow.topLevel {
31 2400 sjacqu01
        margin-top: 3px;
32 2400 sjacqu01
        margin-bottom: 3px;
33 2400 sjacqu01
        margin-left: 3px;
34 2400 sjacqu01
        margin-right: 3px;
35 923 mdecorde
}
36 923 mdecorde
37 923 mdecorde
.MPartStack, .MPart {
38 2400 sjacqu01
        font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
39 923 mdecorde
}
40 923 mdecorde
41 923 mdecorde
.MPartStack {
42 2400 sjacqu01
        swt-tab-renderer:
43 2400 sjacqu01
                url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
44 2400 sjacqu01
        swt-selected-tab-fill: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START'
45 2400 sjacqu01
                '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
46 2400 sjacqu01
        /* title background for selected tab */
47 2400 sjacqu01
        swt-unselected-tabs-color:
48 2400 sjacqu01
                '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
49 2400 sjacqu01
                '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END' 100%
50 2400 sjacqu01
                100%; /* title background for unselected tab */
51 2400 sjacqu01
        swt-outer-keyline-color:
52 2400 sjacqu01
                '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR';
53 2400 sjacqu01
        /* border color for whole tabs container */
54 2400 sjacqu01
        swt-inner-keyline-color:
55 2400 sjacqu01
                '#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR';
56 2400 sjacqu01
        swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR';
57 2400 sjacqu01
        /* border color for selected tab */
58 2400 sjacqu01
        padding: 0px 2px 2px;
59 2400 sjacqu01
        swt-shadow-visible: false;
60 2400 sjacqu01
        swt-mru-visible: true;
61 2400 sjacqu01
        swt-corner-radius: 16px;
62 923 mdecorde
}
63 923 mdecorde
64 923 mdecorde
.MPartStack.active {
65 2400 sjacqu01
        swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START'
66 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
67 2400 sjacqu01
        /* title background for selected tab */
68 2400 sjacqu01
        swt-unselected-tabs-color:
69 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START'
70 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%;
71 2400 sjacqu01
        /* title background for unselected tab */
72 2400 sjacqu01
        swt-outer-keyline-color:
73 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR';
74 2400 sjacqu01
        /* border color for whole tabs container */
75 2400 sjacqu01
        swt-inner-keyline-color:
76 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR';
77 2400 sjacqu01
        swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR';
78 2400 sjacqu01
        /* border color for selected tab */
79 923 mdecorde
}
80 923 mdecorde
81 923 mdecorde
.MPartStack.active.noFocus {
82 2400 sjacqu01
        swt-selected-tabs-fill:
83 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START'
84 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%;
85 923 mdecorde
}
86 923 mdecorde
87 923 mdecorde
.MPartStack.empty {
88 2400 sjacqu01
        swt-unselected-tabs-color:
89 2400 sjacqu01
                '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
90 2400 sjacqu01
                #4F5456 #4F5456 99% 100%; /* title background for unselected tab */
91 2400 sjacqu01
        swt-tab-outline: #535354; /* border color for selected tab */
92 2400 sjacqu01
        swt-outer-keyline-color: #515658;
93 2400 sjacqu01
        /* border color for whole tabs container */
94 923 mdecorde
}
95 923 mdecorde
96 923 mdecorde
.MPart.busy {
97 2400 sjacqu01
        font-style: italic;
98 923 mdecorde
}
99 923 mdecorde
100 923 mdecorde
.MPart.highlighted {
101 2400 sjacqu01
        font-weight: bold;
102 923 mdecorde
}
103 923 mdecorde
104 2400 sjacqu01
CTabItem, CTabItem CLabel {
105 2400 sjacqu01
        background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END';
106 2400 sjacqu01
        /* HACK for background of CTabFolder inner Toolbars */
107 2400 sjacqu01
        color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR';
108 923 mdecorde
}
109 2400 sjacqu01
110 2400 sjacqu01
CTabItem:selected, CTabItem:selected CLabel {
111 2400 sjacqu01
        color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR';
112 923 mdecorde
}
113 923 mdecorde
114 2400 sjacqu01
.MPartStack.active>CTabItem, .MPartStack.active>CTabItem CLabel {
115 2400 sjacqu01
        background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
116 2400 sjacqu01
        /* HACK for background of CTabFolder inner Toolbars */
117 2400 sjacqu01
        color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR';
118 923 mdecorde
}
119 2400 sjacqu01
120 2400 sjacqu01
.MPartStack.active>CTabItem:selected, .MPartStack.active>CTabItem:selected CLabel
121 2400 sjacqu01
        {
122 2400 sjacqu01
        color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR';
123 923 mdecorde
}
124 923 mdecorde
125 2400 sjacqu01
.MPartStack.active.noFocus>CTabItem:selected {
126 2400 sjacqu01
        color:
127 2400 sjacqu01
                '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR';
128 923 mdecorde
}
129 923 mdecorde
130 923 mdecorde
CTabItem.busy {
131 2400 sjacqu01
        color: #888888;
132 923 mdecorde
}
133 923 mdecorde
134 923 mdecorde
#PerspectiveSwitcher {
135 2400 sjacqu01
        eclipse-perspective-keyline-color: #AAB0BF #AAB0BF;
136 923 mdecorde
}
137 923 mdecorde
138 923 mdecorde
.MToolControl.TrimStack {
139 2400 sjacqu01
        /*frame-image:  url(./gtkTSFrame.png);*/
140 2400 sjacqu01
        handle-image: url(./dragHandle.png);
141 2400 sjacqu01
        frame-cuts: 5px 1px 5px 16px;
142 923 mdecorde
}
143 923 mdecorde
144 923 mdecorde
.MToolBar.Draggable {
145 2400 sjacqu01
        handle-image: url(./dragHandle.png);
146 923 mdecorde
}
147 923 mdecorde
148 923 mdecorde
.MToolControl.Draggable {
149 2400 sjacqu01
        handle-image: url(./dragHandle.png);
150 923 mdecorde
}
151 923 mdecorde
152 923 mdecorde
.DragFeedback {
153 2400 sjacqu01
        background-color: COLOR-WIDGET-NORMAL-SHADOW;
154 923 mdecorde
}
155 923 mdecorde
156 923 mdecorde
.ModifiedDragFeedback {
157 2400 sjacqu01
        background-color: #4176AF;
158 923 mdecorde
}
159 923 mdecorde
160 923 mdecorde
.MTrimmedWindow {
161 2400 sjacqu01
        background-color: #515658;
162 923 mdecorde
}
163 923 mdecorde
164 923 mdecorde
.MTrimBar {
165 2400 sjacqu01
        background-color: #515658;
166 923 mdecorde
}
167 923 mdecorde
168 2400 sjacqu01
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
169 2400 sjacqu01
        swt-shadow-visible: false;
170 923 mdecorde
}
171 923 mdecorde
172 923 mdecorde
CTabFolder Tree, CTabFolder Canvas {
173 2400 sjacqu01
        background-color: #2F2F2F;
174 2400 sjacqu01
        color: #CCC;
175 923 mdecorde
}
176 923 mdecorde
177 923 mdecorde
.MPartStack.active CTabFolder Canvas {
178 2400 sjacqu01
        background-color: #262626;
179 2400 sjacqu01
        color: #CCC;
180 923 mdecorde
}
181 923 mdecorde
182 923 mdecorde
.MPartStack.active Table {
183 2400 sjacqu01
        background-color: #2F2F2F;
184 2400 sjacqu01
        color: #CCC;
185 923 mdecorde
}
186 923 mdecorde
187 923 mdecorde
.View {
188 2400 sjacqu01
        background-color: #313538;
189 2400 sjacqu01
        color: #F5F5F5;
190 923 mdecorde
}
191 923 mdecorde
192 923 mdecorde
/* ###################### Top Toolbar ########################## */
193 923 mdecorde
#org-eclipse-ui-main-toolbar, #PerspectiveSwitcher {
194 2400 sjacqu01
        eclipse-perspective-keyline-color: #585858;
195 2400 sjacqu01
        background-color: #515658 #515658 100%;
196 2400 sjacqu01
        handle-image: none;
197 2400 sjacqu01
        color: #EBE8E4;
198 923 mdecorde
}
199 923 mdecorde
200 923 mdecorde
/* #################### Bottom Status Bar ######################## */
201 2400 sjacqu01
#org-eclipse-ui-StatusLine, #org-eclipse-ui-ProgressBar,
202 2400 sjacqu01
        #org-eclipse-ui-ProgressBar Canvas {
203 2400 sjacqu01
        color: #CCCCCC;
204 923 mdecorde
}
205 2400 sjacqu01
206 923 mdecorde
#org-eclipse-ui-StatusLine CLabel {
207 2400 sjacqu01
        color: #BDBAB7;
208 923 mdecorde
}
209 923 mdecorde
210 2400 sjacqu01
StatusLine, ImageBasedFrame {
211 2400 sjacqu01
        color: #BDBAB7;
212 923 mdecorde
}
213 923 mdecorde
214 923 mdecorde
/* ###################### Global Styles ########################## */
215 2400 sjacqu01
TabFolder, /* the following are required due to Bug 419482: */ TabFolder>Composite>TabFolder,
216 2400 sjacqu01
        TabFolder>Composite>*>TabFolder, DocCommentOwnerComposite>Group>TabFolder,
217 2400 sjacqu01
        TabFolder>Composite>ScrolledComposite>TabFolder, Shell>Composite>Composite>TabFolder,
218 2400 sjacqu01
        Composite>Composite>Composite>Group>TabFolder, Shell>Composite>Composite>Composite>TabFolder,
219 2400 sjacqu01
        ScrolledComposite>Composite>Composite>Composite>TabFolder, Shell>Composite>Composite>Composite>Composite>Composite>TabFolder,
220 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>TabFolder,
221 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>*>TabFolder
222 2400 sjacqu01
        {
223 2400 sjacqu01
        /* background-color is not applied to the whole button,
224 923 mdecorde
       but text color is changed, so it appear light on light */
225 2400 sjacqu01
        background-color: #515658;
226 2400 sjacqu01
        color: #222;
227 923 mdecorde
}
228 923 mdecorde
229 2400 sjacqu01
Button, /* the following are required due to Bug 419482: */ Composite>Button,
230 2400 sjacqu01
        TabFolder>Composite>Button, TabFolder>Composite>*>Button,
231 2400 sjacqu01
        DocCommentOwnerComposite>Group>Button, TabFolder>Composite>ScrolledComposite>Button,
232 2400 sjacqu01
        Shell>Composite>Composite>Button, Composite>Composite>Composite>Group>Button,
233 2400 sjacqu01
        Shell>Composite>Composite>Composite>Button, ScrolledComposite>Composite>Composite>Composite>Button,
234 2400 sjacqu01
        Shell>Composite>Composite>Composite>Composite>Composite>Button, Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>Button,
235 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>*>Button,
236 2400 sjacqu01
        Form>LayoutComposite>LayoutComposite>Button, .MPart Button, .MPartStack.active .MPart Button,
237 2400 sjacqu01
        .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button,
238 2400 sjacqu01
        .MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button
239 2400 sjacqu01
        {
240 2400 sjacqu01
        /* background-color is not applied to the whole button,
241 923 mdecorde
       but text color is changed, so it appear light on light */
242 2400 sjacqu01
        background-color: #515658;
243 2400 sjacqu01
        color: #222;
244 923 mdecorde
}
245 2400 sjacqu01
246 923 mdecorde
Button[style~='SWT.CHECK'],
247 2400 sjacqu01
        /* the following are required due to Bug 419482: */ Composite>Button[style~='SWT.CHECK'],
248 2400 sjacqu01
        TabFolder>Composite>Button[style~='SWT.CHECK'], TabFolder>Composite>*>Button[style~='SWT.CHECK'],
249 2400 sjacqu01
        DocCommentOwnerComposite>Group>Button[style~='SWT.CHECK'], TabFolder>Composite>ScrolledComposite>Button[style~='SWT.CHECK'],
250 2400 sjacqu01
        Shell>Composite>Composite>Button[style~='SWT.CHECK'], Composite>Composite>Composite>Group>Button[style~='SWT.CHECK'],
251 2400 sjacqu01
        Shell>Composite>Composite>Composite>Button[style~='SWT.CHECK'],
252 2400 sjacqu01
        ScrolledComposite>Composite>Composite>Composite>Button[style~='SWT.CHECK'],
253 2400 sjacqu01
        Shell>Composite>Composite>Composite>Composite>Composite>Button[style~='SWT.CHECK'],
254 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>Button[style~='SWT.CHECK'],
255 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>*>Button[style~='SWT.CHECK'],
256 2400 sjacqu01
        Form>LayoutComposite>LayoutComposite>Button[style~='SWT.CHECK'], .MPart Button[style~='SWT.CHECK'],
257 2400 sjacqu01
        .MPartStack.active .MPart Button[style~='SWT.CHECK'], .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.CHECK'],
258 2400 sjacqu01
        .MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.CHECK']
259 2400 sjacqu01
        {
260 2400 sjacqu01
        /* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
261 2400 sjacqu01
        /* so, css rules applied to Button have to be overridden for non-Button matches */
262 2400 sjacqu01
        color: #ddd;
263 923 mdecorde
}
264 2400 sjacqu01
265 923 mdecorde
Button[style~='SWT.RADIO'],
266 2400 sjacqu01
        /* the following are required due to Bug 419482: */ Composite>Button[style~='SWT.RADIO'],
267 2400 sjacqu01
        TabFolder>Composite>Button[style~='SWT.RADIO'], TabFolder>Composite>*>Button[style~='SWT.RADIO'],
268 2400 sjacqu01
        DocCommentOwnerComposite>Group>Button[style~='SWT.RADIO'], TabFolder>Composite>ScrolledComposite>Button[style~='SWT.RADIO'],
269 2400 sjacqu01
        Shell>Composite>Composite>Button[style~='SWT.RADIO'], Composite>Composite>Composite>Group>Button[style~='SWT.RADIO'],
270 2400 sjacqu01
        Shell>Composite>Composite>Composite>Button[style~='SWT.RADIO'],
271 2400 sjacqu01
        ScrolledComposite>Composite>Composite>Composite>Button[style~='SWT.RADIO'],
272 2400 sjacqu01
        Shell>Composite>Composite>Composite>Composite>Composite>Button[style~='SWT.RADIO'],
273 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>Button[style~='SWT.RADIO'],
274 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>*>Button[style~='SWT.RADIO'],
275 2400 sjacqu01
        Form>LayoutComposite>LayoutComposite>Button[style~='SWT.RADIO'], .MPart Button[style~='SWT.RADIO'],
276 2400 sjacqu01
        .MPartStack.active .MPart Button[style~='SWT.RADIO'], .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.RADIO'],
277 2400 sjacqu01
        .MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.RADIO']
278 2400 sjacqu01
        {
279 2400 sjacqu01
        /* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
280 2400 sjacqu01
        /* so, css rules applied to Button have to be overridden for non-Button matches */
281 2400 sjacqu01
        color: #ddd;
282 923 mdecorde
}
283 923 mdecorde
284 2400 sjacqu01
Combo, /* the following are required due to Bug 419482: */ Composite>Combo,
285 2400 sjacqu01
        TabFolder>Composite>Combo, TabFolder>Composite>*>Combo,
286 2400 sjacqu01
        DocCommentOwnerComposite>Group>Combo, TabFolder>Composite>ScrolledComposite>Combo,
287 2400 sjacqu01
        Shell>Composite>Composite>Combo, Composite>Composite>Composite>Group>Combo,
288 2400 sjacqu01
        Shell>Composite>Composite>Composite>Combo, ScrolledComposite>Composite>Composite>Composite>Combo,
289 2400 sjacqu01
        Shell>Composite>Composite>Composite>Composite>Composite>Combo, Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>Combo,
290 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>*>Combo,
291 2400 sjacqu01
        Form>LayoutComposite>LayoutComposite>Combo, .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Combo
292 2400 sjacqu01
        {
293 2400 sjacqu01
        background-color: #949DA5;
294 2400 sjacqu01
        color: #222; /* background of drop-drown list is hard-coded to white */
295 923 mdecorde
}
296 2400 sjacqu01
297 2400 sjacqu01
Combo:selected, /* the following are required due to Bug 419482: */
298 2400 sjacqu01
        Composite>Combo:selected, TabFolder>Composite>Combo:selected, TabFolder>Composite>*>Combo:selected,
299 2400 sjacqu01
        DocCommentOwnerComposite>Group>Combo:selected, TabFolder>Composite>ScrolledComposite>Combo:selected,
300 2400 sjacqu01
        Shell>Composite>Composite>Combo:selected, Composite>Composite>Composite>Group>Combo:selected,
301 2400 sjacqu01
        Shell>Composite>Composite>Composite>Combo:selected, ScrolledComposite>Composite>Composite>Composite>Combo:selected,
302 2400 sjacqu01
        Shell>Composite>Composite>Composite>Composite>Composite>Combo:selected,
303 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>Combo:selected,
304 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>*>Combo:selected,
305 2400 sjacqu01
        Form>LayoutComposite>LayoutComposite>Combo:selected, .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Combo:selected
306 2400 sjacqu01
        {
307 2400 sjacqu01
        background-color: #41464A;
308 2400 sjacqu01
        color: #FFF;
309 923 mdecorde
}
310 923 mdecorde
311 923 mdecorde
Text[style~='SWT.SEARCH'],
312 2400 sjacqu01
        /* the following are required due to Bug 419482: */ Composite>Text[style~='SWT.SEARCH'],
313 2400 sjacqu01
        TabFolder>Composite>Text[style~='SWT.SEARCH'], TabFolder>Composite>*>Text[style~='SWT.SEARCH'],
314 2400 sjacqu01
        DocCommentOwnerComposite>Group>Text[style~='SWT.SEARCH'], TabFolder>Composite>ScrolledComposite>Text[style~='SWT.SEARCH'],
315 2400 sjacqu01
        Shell>Composite>Composite>Text[style~='SWT.SEARCH'], Composite>Composite>Composite>Group>Text[style~='SWT.SEARCH'],
316 2400 sjacqu01
        Shell>Composite>Composite>Composite>Text[style~='SWT.SEARCH'],
317 2400 sjacqu01
        ScrolledComposite>Composite>Composite>Composite>Text[style~='SWT.SEARCH'],
318 2400 sjacqu01
        Shell>Composite>Composite>Composite>Composite>Composite>Text[style~='SWT.SEARCH'],
319 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>Text[style~='SWT.SEARCH'],
320 2400 sjacqu01
        Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][style~='SWT.SHADOW_ETCHED_OUT'][style~='SWT.RESIZE'][style~='SWT.MENU'][style~='SWT.FULL_SELECTION'][style~='SWT.DATE']>Composite>*>Text[style~='SWT.SEARCH'],
321 2400 sjacqu01
        #org-eclipse-pde-runtime-LogView Text[style~='SWT.SEARCH'], Form>LayoutComposite>LayoutComposite>Text[style~='SWT.SEARCH'],
322 2400 sjacqu01
        .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Text[style~='SWT.SEARCH']
323 2400 sjacqu01
        {
324 2400 sjacqu01
        /* search boxes */
325 2400 sjacqu01
        background-color: #949da5; /* background-color is hard-coded */
326 2400 sjacqu01
        color: #333;
327 2400 sjacqu01
}