Révision 923
tmp/org.txm.rcp/css/e4_default_mac.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2017 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
* Patrik Suzzi <psuzzi@gmail.com> - Bug 497591, 501250, 512385 |
|
12 |
*******************************************************************************/ |
|
13 |
|
|
14 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css"); |
|
15 |
|
|
16 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START { |
|
17 |
color: #F6F6F6; |
|
18 |
} |
|
19 |
|
|
20 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END { |
|
21 |
color: #D6D6D6; |
|
22 |
} |
|
23 |
|
|
24 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { |
|
25 |
color: #C4C5C1; |
|
26 |
} |
|
27 |
|
|
28 |
.MTrimmedWindow { |
|
29 |
background-color: #E8E8E8; |
|
30 |
} |
|
31 |
|
|
32 |
.MPartStack { |
|
33 |
swt-simple: false; |
|
34 |
swt-mru-visible: false; |
|
35 |
swt-unselected-tabs-color: #E8E8E8 #FFFFFF 100%; |
|
36 |
swt-outer-keyline-color: #FFFFFF; |
|
37 |
swt-inner-keyline-color: #FFFFFF; |
|
38 |
swt-tab-outline: #B6BCCC; |
|
39 |
} |
|
40 |
|
|
41 |
.MPartStack.active { |
|
42 |
swt-tab-outline: #B6BCCC; |
|
43 |
swt-shadow-visible: false; |
|
44 |
swt-outer-keyline-color: #C4C5C1; |
|
45 |
} |
|
46 |
|
|
47 |
.MTrimBar { |
|
48 |
background-color: #E8E8E8; |
|
49 |
} |
|
50 |
|
|
51 |
.MTrimBar#org-eclipse-ui-main-toolbar { |
|
52 |
background-color: #F0F0F0 #E8E8E8 100%; |
|
53 |
} |
|
54 |
|
|
55 |
.MToolControl.TrimStack { |
|
56 |
frame-image: url(./macTSFrame.png); |
|
57 |
handle-image: url(./macHandle.png); |
|
58 |
frame-cuts: 5px 1px 5px 16px; |
|
59 |
} |
|
60 |
|
|
61 |
.MToolBar.Draggable { |
|
62 |
handle-image: url(./macHandle.png); |
|
63 |
} |
|
64 |
|
|
65 |
.MTrimmedWindow { |
|
66 |
background-color: #E8E8E8; |
|
67 |
} |
|
68 |
|
|
69 |
#PerspectiveSwitcher { |
|
70 |
background-color: #F0F0F0 #E8E8E8 100%; |
|
71 |
eclipse-perspective-keyline-color: #E8E8E8 #E8E8E8; |
|
72 |
handle-image: url(./macHandle.png); |
|
73 |
} |
|
74 |
|
|
75 |
#org-eclipse-ui-editorss { |
|
76 |
swt-tab-height: 8px; |
|
77 |
padding: 0px 5px 7px; |
|
78 |
swt-unselected-tabs-color: #D6DDE5 #D6DDE5 #D6DDE5 100% 100%; |
|
79 |
swt-outer-keyline-color: #D6DDE5; |
|
80 |
swt-inner-keyline-color: #D6DDE5; |
|
81 |
swt-tab-outline: #D6DDE5; |
|
82 |
color: #D6DDE5; |
|
83 |
} |
|
84 |
|
|
85 |
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active { |
|
86 |
swt-shadow-visible: false; |
|
87 |
} |
|
88 |
|
|
89 |
CTabFolder Canvas { |
|
90 |
background-color: #FFFFFF; |
|
91 |
} |
|
92 |
|
|
93 |
Form, FormHeading { |
|
94 |
background-color: #ffffff; |
|
95 |
background: #ffffff; |
|
96 |
background-image: #ffffff; |
|
97 |
color: #505050; |
|
98 |
} |
|
99 |
|
|
100 |
Form { |
|
101 |
/* Bug 465148: Additional styling for the Form */ |
|
102 |
text-background-color: #ffffff; |
|
103 |
|
|
104 |
tb-toggle-hover-color: #505050; |
|
105 |
tb-toggle-color: #505050; |
|
106 |
h-hover-full-color: #505050; |
|
107 |
h-hover-light-color: #505050; |
|
108 |
h-bottom-keyline-2-color: #eaeaea; |
|
109 |
h-bottom-keyline-1-color: #eaeaea; |
|
110 |
} |
|
111 |
|
|
112 |
|
|
113 |
Section { |
|
114 |
background-color: #ffffff; |
|
115 |
color: #505050; |
|
116 |
background-color-titlebar: #eaeaea; |
|
117 |
background-color-gradient-titlebar: #eaeaea; |
|
118 |
border-color-titlebar: #ffffff; |
|
119 |
} |
|
120 |
|
|
121 |
CTabFolder { |
|
122 |
swt-selected-tabs-background: #CCE0F6 #3F97F9 100%; |
|
123 |
} |
|
124 |
|
|
125 |
CTabFolder CTabItem:selected { |
|
126 |
background-color: #E9E8E9; |
|
127 |
} |
|
0 | 128 |
tmp/org.txm.rcp/css/e4_classic_winxp.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
*******************************************************************************/ |
|
12 |
|
|
13 |
.MPart.busy { |
|
14 |
font-style: italic; |
|
15 |
} |
|
16 |
|
|
17 |
.MPart.highlighted { |
|
18 |
font-weight: bold; |
|
19 |
} |
|
20 |
|
|
21 |
.MPartStack, .MPart { |
|
22 |
font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; |
|
23 |
} |
|
24 |
|
|
25 |
CTabItem:selected { |
|
26 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR'; |
|
27 |
} |
|
28 |
|
|
29 |
.MTrimmedWindow { |
|
30 |
margin-top: 0px; |
|
31 |
margin-bottom: 0px; |
|
32 |
margin-left: 2px; |
|
33 |
margin-right: 2px; |
|
34 |
} |
|
35 |
|
|
36 |
.MPartStack { |
|
37 |
swt-tab-renderer: null; |
|
38 |
swt-selected-tabs-background: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%; |
|
39 |
swt-simple: false; |
|
40 |
swt-mru-visible: true; |
|
41 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR'; |
|
42 |
} |
|
43 |
|
|
44 |
.MPartStack.active { |
|
45 |
swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%; |
|
46 |
} |
|
47 |
|
|
48 |
.MPartStack.active.noFocus { |
|
49 |
swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100%; |
|
50 |
} |
|
51 |
|
|
52 |
.MPartStack.active.noFocus > CTabItem:selected { |
|
53 |
color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR'; |
|
54 |
} |
|
55 |
|
|
56 |
#PerspectiveSwitcher { |
|
57 |
eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF; |
|
58 |
} |
|
59 |
|
|
60 |
.MToolControl.TrimStack { |
|
61 |
frame-image: url(./winClassicTSFrame.png); |
|
62 |
handle-image: url(./winClassicHandle.png); |
|
63 |
frame-cuts: 5px 1px 5px 16px; |
|
64 |
} |
|
65 |
|
|
66 |
.MToolBar.Draggable { |
|
67 |
handle-image: url(./dragHandle.png); |
|
68 |
} |
|
69 |
|
|
70 |
.MToolControl.Draggable { |
|
71 |
handle-image: url(./dragHandle.png); |
|
72 |
} |
|
73 |
|
|
74 |
.DragFeedback { |
|
75 |
background-color: COLOR-WIDGET-NORMAL-SHADOW; |
|
76 |
} |
|
77 |
|
|
78 |
.ModifiedDragFeedback { |
|
79 |
background-color: #A0A000; |
|
80 |
} |
|
81 |
|
|
82 |
#org-eclipse-ui-editorss { |
|
83 |
swt-tab-height: 8px; |
|
84 |
} |
|
0 | 85 |
tmp/org.txm.rcp/css/e4_default_mru_on_win7.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
*******************************************************************************/ |
|
12 |
|
|
13 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css"); |
|
14 |
|
|
15 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START { |
|
16 |
color: #D2E1F0; |
|
17 |
} |
|
18 |
|
|
19 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END { |
|
20 |
color: #CEDDED; |
|
21 |
} |
|
22 |
|
|
23 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { |
|
24 |
color: #B6BCCC; |
|
25 |
} |
|
26 |
|
|
27 |
.MTrimmedWindow { |
|
28 |
background-color: #E1E6F6; |
|
29 |
} |
|
30 |
|
|
31 |
.MPartStack { |
|
32 |
swt-simple: true; |
|
33 |
swt-mru-visible: true; |
|
34 |
} |
|
35 |
|
|
36 |
.MTrimBar { |
|
37 |
background-color: #E1E6F6; |
|
38 |
} |
|
39 |
|
|
40 |
.MToolControl.TrimStack { |
|
41 |
frame-image: url(./win7TSFrame.png); |
|
42 |
handle-image: url(./win7Handle.png); |
|
43 |
} |
|
44 |
|
|
45 |
.MTrimBar#org-eclipse-ui-main-toolbar { |
|
46 |
background-image: url(./win7.png); |
|
47 |
} |
|
48 |
|
|
49 |
#PerspectiveSwitcher { |
|
50 |
background-color: #F5F7FC #E1E6F6 100%; |
|
51 |
} |
|
52 |
|
|
53 |
#org-eclipse-ui-editorss { |
|
54 |
swt-tab-height: 8px; |
|
55 |
padding: 0px 5px 7px; |
|
56 |
} |
|
57 |
|
|
58 |
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active { |
|
59 |
swt-shadow-visible: false; |
|
60 |
} |
|
61 |
|
|
62 |
CTabFolder Canvas { |
|
63 |
background-color: #F8F8F8; |
|
64 |
} |
|
0 | 65 |
tmp/org.txm.rcp/css/e4_default_winxp_blu.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
*******************************************************************************/ |
|
12 |
|
|
13 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css"); |
|
14 |
|
|
15 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START { |
|
16 |
color: #F1F4FD; |
|
17 |
} |
|
18 |
|
|
19 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END { |
|
20 |
color: #C9D7F2; |
|
21 |
} |
|
22 |
|
|
23 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { |
|
24 |
color: #B8C7E5; |
|
25 |
} |
|
26 |
|
|
27 |
.MTrimmedWindow { |
|
28 |
background-color: #F0ECE0; |
|
29 |
} |
|
30 |
|
|
31 |
.MPartStack { |
|
32 |
swt-simple: true; |
|
33 |
swt-mru-visible: false; |
|
34 |
} |
|
35 |
|
|
36 |
.MTrimBar { |
|
37 |
background-color: #F0ECE0; |
|
38 |
} |
|
39 |
|
|
40 |
|
|
41 |
.MTrimBar#org-eclipse-ui-main-toolbar { |
|
42 |
background-image: url(./winXPBlue.png); |
|
43 |
} |
|
44 |
|
|
45 |
.MToolControl.TrimStack { |
|
46 |
frame-image: url(./winXPBluTSFrame.png); |
|
47 |
handle-image: url(./winXPBluHandle.png); |
|
48 |
} |
|
49 |
|
|
50 |
#PerspectiveSwitcher { |
|
51 |
background-color: #F5F3ED #F0ECE0 100%; |
|
52 |
eclipse-perspective-keyline-color: #7F91B5 #7F91B5; |
|
53 |
} |
|
54 |
|
|
55 |
#org-eclipse-ui-editorss { |
|
56 |
swt-tab-height: 8px; |
|
57 |
padding: 0px 5px 7px; |
|
58 |
} |
|
59 |
|
|
60 |
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active { |
|
61 |
swt-shadow-visible: false; |
|
62 |
} |
|
63 |
|
|
64 |
CTabFolder Canvas { |
|
65 |
background-color: #F8F8F8; |
|
66 |
} |
|
67 |
|
|
0 | 68 |
tmp/org.txm.rcp/css/e4-dark_win.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2015 Andrea Guarinoni and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* Andrea Guarinoni <andrea.guarinoni.dev@outlook.com> - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@vogella.com> - initial API and implementation |
|
11 |
* Stefan Winkler <stefan@winklerweb.net> - Bug 431845 |
|
12 |
* Fabio Zadrozny <fabiofz@gmail.com> - Bug 434201, 434309, 430278 |
|
13 |
*******************************************************************************/ |
|
14 |
|
|
15 |
/******************************************************************************* |
|
16 |
* The following bugs are referred to in this style sheet |
|
17 |
* 1.) Bug 430052 - Imported rules cannot be overridden |
|
18 |
*******************************************************************************/ |
|
19 |
|
|
20 |
|
|
21 |
/* @import url("platform:/plugin/org.eclipse.ui.themes/css/e4-dark.css"); Bug 430052 */ |
|
22 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css"); |
|
23 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css"); /* Remove this to have ONLY the main IDE shell dark */ |
|
24 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css"); |
|
25 |
|
|
26 |
Tree { |
|
27 |
/** |
|
28 |
* See Bug 434201: Dark theme: tree must respect the foreground color for items arrows |
|
29 |
*/ |
|
30 |
swt-tree-arrows-color:#cccccc; |
|
31 |
swt-tree-arrows-mode: triangle; /* triangle or square */ |
|
32 |
|
|
33 |
/* See Bug 434309: Customize the tree/table selection to work properly |
|
34 |
* with the dark theme. |
|
35 |
* |
|
36 |
* Note that the selection foreground is a bit lighter than the regular |
|
37 |
* foreground because our background is also a bit lighter in this case. |
|
38 |
*/ |
|
39 |
swt-selection-foreground-color: #fcfcf9; |
|
40 |
swt-selection-background-color: #494949; |
|
41 |
swt-hot-background-color: #2F2F2F; |
|
42 |
swt-selection-border-color: #7F7D68; |
|
43 |
swt-hot-border-color: #545454; |
|
44 |
} |
|
45 |
|
|
46 |
|
|
47 |
Table { |
|
48 |
/* See Bug 434309: Customize the tree/table selection to work properly |
|
49 |
* with the dark theme. |
|
50 |
* |
|
51 |
* Note that the selection foreground is a bit lighter than the regular |
|
52 |
* foreground because our background is also a bit lighter in this case. |
|
53 |
*/ |
|
54 |
swt-selection-foreground-color: #fcfcf9; |
|
55 |
|
|
56 |
swt-selection-background-color: #494949; |
|
57 |
swt-hot-background-color: #2F2F2F; |
|
58 |
swt-selection-border-color: #7F7D68; |
|
59 |
swt-hot-border-color: #545454; |
|
60 |
} |
|
61 |
|
|
62 |
|
|
63 |
.MTrimmedWindow.topLevel { |
|
64 |
margin-top: 3px; |
|
65 |
margin-bottom: 3px; |
|
66 |
margin-left: 3px; |
|
67 |
margin-right: 3px; |
|
68 |
} |
|
69 |
|
|
70 |
.MPartStack, .MPart { |
|
71 |
font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; |
|
72 |
} |
|
73 |
|
|
74 |
.MPartStack { |
|
75 |
swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering'); |
|
76 |
swt-selected-tab-fill: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%; /* title background for selected tab */ |
|
77 |
swt-unselected-tabs-color: '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START' '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; /* title background for unselected tab */ |
|
78 |
swt-outer-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */ |
|
79 |
swt-inner-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR'; |
|
80 |
swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */ |
|
81 |
padding: 0px 2px 2px; |
|
82 |
swt-shadow-visible: false; |
|
83 |
swt-mru-visible: true; |
|
84 |
swt-corner-radius: 16px; |
|
85 |
} |
|
86 |
|
|
87 |
.MPartStack.active { |
|
88 |
swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%; /* title background for selected tab */ |
|
89 |
swt-unselected-tabs-color: '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START' '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; /* title background for unselected tab */ |
|
90 |
swt-outer-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */ |
|
91 |
swt-inner-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR'; |
|
92 |
swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */ |
|
93 |
} |
|
94 |
|
|
95 |
.MPartStack.active.noFocus { |
|
96 |
swt-selected-tabs-fill: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%; |
|
97 |
} |
|
98 |
|
|
99 |
.MPartStack.empty { |
|
100 |
swt-unselected-tabs-color: '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START' #4F5456 #4F5456 99% 100%; /* title background for unselected tab */ |
|
101 |
swt-tab-outline: #535354; /* border color for selected tab */ |
|
102 |
swt-outer-keyline-color: #515658; /* border color for whole tabs container */ |
|
103 |
} |
|
104 |
|
|
105 |
.MPart.busy { |
|
106 |
font-style: italic; |
|
107 |
} |
|
108 |
|
|
109 |
.MPart.highlighted { |
|
110 |
font-weight: bold; |
|
111 |
} |
|
112 |
|
|
113 |
CTabItem, |
|
114 |
CTabItem CLabel { |
|
115 |
background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */ |
|
116 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
|
117 |
} |
|
118 |
CTabItem:selected, |
|
119 |
CTabItem:selected CLabel { |
|
120 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR'; |
|
121 |
} |
|
122 |
|
|
123 |
.MPartStack.active > CTabItem, |
|
124 |
.MPartStack.active > CTabItem CLabel { |
|
125 |
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */ |
|
126 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
|
127 |
} |
|
128 |
.MPartStack.active > CTabItem:selected, |
|
129 |
.MPartStack.active > CTabItem:selected CLabel { |
|
130 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR'; |
|
131 |
} |
|
132 |
|
|
133 |
.MPartStack.active.noFocus > CTabItem:selected { |
|
134 |
color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR'; |
|
135 |
} |
|
136 |
|
|
137 |
CTabItem.busy { |
|
138 |
color: #888888; |
|
139 |
} |
|
140 |
|
|
141 |
#PerspectiveSwitcher { |
|
142 |
eclipse-perspective-keyline-color: #AAB0BF #AAB0BF; |
|
143 |
} |
|
144 |
|
|
145 |
.MToolControl.TrimStack { |
|
146 |
/*frame-image: url(./gtkTSFrame.png);*/ |
|
147 |
handle-image: url(./dragHandle.png); |
|
148 |
frame-cuts: 5px 1px 5px 16px; |
|
149 |
} |
|
150 |
|
|
151 |
.MToolBar.Draggable { |
|
152 |
handle-image: url(./dragHandle.png); |
|
153 |
} |
|
154 |
|
|
155 |
.MToolControl.Draggable { |
|
156 |
handle-image: url(./dragHandle.png); |
|
157 |
} |
|
158 |
|
|
159 |
.DragFeedback { |
|
160 |
background-color: COLOR-WIDGET-NORMAL-SHADOW; |
|
161 |
} |
|
162 |
|
|
163 |
.ModifiedDragFeedback { |
|
164 |
background-color: #4176AF; |
|
165 |
} |
|
166 |
|
|
167 |
.MTrimmedWindow { |
|
168 |
background-color: #515658; |
|
169 |
} |
|
170 |
|
|
171 |
.MTrimBar { |
|
172 |
background-color: #515658; |
|
173 |
} |
|
174 |
|
|
175 |
CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active { |
|
176 |
swt-shadow-visible: false; |
|
177 |
} |
|
178 |
|
|
179 |
|
|
180 |
CTabFolder Tree, CTabFolder Canvas { |
|
181 |
background-color: #2F2F2F; |
|
182 |
color: #CCC; |
|
183 |
} |
|
184 |
|
|
185 |
.MPartStack.active CTabFolder Canvas { |
|
186 |
background-color: #262626; |
|
187 |
color: #CCC; |
|
188 |
} |
|
189 |
|
|
190 |
.MPartStack.active Table { |
|
191 |
background-color: #2F2F2F; |
|
192 |
color: #CCC; |
|
193 |
} |
|
194 |
|
|
195 |
.View { |
|
196 |
background-color: #313538; |
|
197 |
color: #F5F5F5; |
|
198 |
} |
|
199 |
|
|
200 |
|
|
201 |
/* ####################### Top Toolbar ########################## */ |
|
202 |
|
|
203 |
#org-eclipse-ui-main-toolbar, #PerspectiveSwitcher { |
|
204 |
eclipse-perspective-keyline-color: #585858; |
|
205 |
background-color: #515658 #515658 100%; |
|
206 |
handle-image: none; |
|
207 |
color: #EBE8E4; |
|
208 |
} |
|
209 |
|
|
210 |
|
|
211 |
/* ##################### Bottom Status Bar ####################### */ |
|
212 |
|
|
213 |
#org-eclipse-ui-StatusLine, |
|
214 |
#org-eclipse-ui-ProgressBar, |
|
215 |
#org-eclipse-ui-ProgressBar Canvas { |
|
216 |
color: #CCCCCC; |
|
217 |
} |
|
218 |
#org-eclipse-ui-StatusLine CLabel { |
|
219 |
color: #BDBAB7; |
|
220 |
} |
|
221 |
|
|
222 |
StatusLine, ImageBasedFrame{ |
|
223 |
color: #BDBAB7; |
|
224 |
} |
|
225 |
|
|
226 |
|
|
227 |
|
|
228 |
/* ####################### CSS for .MParts ####################### */ |
|
229 |
|
|
230 |
/* Make the content of the Form brighter because the color of |
|
231 |
the font of some widgets is hard-coded to be black on Window */ |
|
232 |
|
|
233 |
.MPart Form, |
|
234 |
.MPart Form Sash, |
|
235 |
.MPart Form Label, |
|
236 |
.MPart Form Section, |
|
237 |
.MPart Form FormText, |
|
238 |
.MPart Form Link, |
|
239 |
.MPart Form Hyperlink, |
|
240 |
.MPart Form ImageHyperlink, |
|
241 |
.MPart Form Button, |
|
242 |
.MPart Form Group, |
|
243 |
.MPart Form SashForm, |
|
244 |
.MPart Form LayoutComposite, |
|
245 |
.MPart Form ScrolledPageBook, |
|
246 |
.MPart Form DependenciesComposite, |
|
247 |
.MPart Form ListEditorComposite, |
|
248 |
.MPart Form Text[style~='SWT.READ_ONLY'], |
|
249 |
.MPart Form > LayoutComposite > LayoutComposite > ToolBar, |
|
250 |
.MPart Form DependenciesComposite > SashForm > Section > *, /* Section > DependenciesComposite$... */ |
|
251 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > *, /*LayoutComposite > MasterDetailBlock$... > LayoutComposite > Section > LayoutComposite > ExtensionsSection$...*/ |
|
252 |
.MPartStack.active .MPart Form, |
|
253 |
.MPartStack.active .MPart Form Sash, |
|
254 |
.MPartStack.active .MPart Form Label, |
|
255 |
.MPartStack.active .MPart Form Section, |
|
256 |
.MPartStack.active .MPart Form FormText, |
|
257 |
.MPartStack.active .MPart Form Link, |
|
258 |
.MPartStack.active .MPart Form Hyperlink, |
|
259 |
.MPartStack.active .MPart Form ImageHyperlink, |
|
260 |
.MPartStack.active .MPart Form Button, |
|
261 |
.MPartStack.active .MPart Form Group, |
|
262 |
.MPartStack.active .MPart Form SashForm, |
|
263 |
.MPartStack.active .MPart Form LayoutComposite, |
|
264 |
.MPartStack.active .MPart Form ScrolledPageBook, |
|
265 |
.MPartStack.active .MPart Form DependenciesComposite, |
|
266 |
.MPartStack.active .MPart Form ListEditorComposite, |
|
267 |
.MPartStack.active .MPart Form Text[style~='SWT.READ_ONLY'], |
|
268 |
.MPartStack.active .MPart Form > LayoutComposite > LayoutComposite > ToolBar, |
|
269 |
.MPartStack.active .MPart Form DependenciesComposite > SashForm > Section > *, /* Section > DependenciesComposite$... */ |
|
270 |
.MPartStack.active .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > * /*LayoutComposite > MasterDetailBlock$... > LayoutComposite > Section > LayoutComposite > ExtensionsSection$...*/ { |
|
271 |
background-color: #4f5355; |
|
272 |
color: #f4f7f7; |
|
273 |
} |
|
274 |
#org-eclipse-help-ui-HelpView Form, |
|
275 |
#org-eclipse-help-ui-HelpView Form Sash, |
|
276 |
#org-eclipse-help-ui-HelpView Form Label, |
|
277 |
#org-eclipse-help-ui-HelpView Form Section, |
|
278 |
#org-eclipse-help-ui-HelpView Form FormText, |
|
279 |
#org-eclipse-help-ui-HelpView Form Hyperlink, |
|
280 |
#org-eclipse-help-ui-HelpView Form Button, |
|
281 |
#org-eclipse-help-ui-HelpView Form Group, |
|
282 |
#org-eclipse-help-ui-HelpView Form LayoutComposite, |
|
283 |
#org-eclipse-help-ui-HelpView Form ScrolledPageBook, |
|
284 |
#org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY'] { |
|
285 |
background-color: #2F2F2F; |
|
286 |
color: #CCCCCC; |
|
287 |
} |
|
288 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form, |
|
289 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form Sash, |
|
290 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form Label, |
|
291 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form Section, |
|
292 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form FormText, |
|
293 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form Hyperlink, |
|
294 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form Button, |
|
295 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form Group, |
|
296 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form LayoutComposite, |
|
297 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form ScrolledPageBook, |
|
298 |
.MPartStack.active #org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY'] { |
|
299 |
background-color: #262626; |
|
300 |
color: #BBBBBB; |
|
301 |
} |
|
302 |
.MPart Form Section Tree, |
|
303 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Tree, |
|
304 |
.MPartStack.active .MPart Form Section Tree, |
|
305 |
.MPartStack.active .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Tree { |
|
306 |
background-color: #313538; |
|
307 |
color: #DDDDDD; |
|
308 |
} |
|
309 |
.MPart Form DatePicker > ImageHyperlink, |
|
310 |
.MPart Form ScheduleDatePicker > ImageHyperlink { |
|
311 |
background-color: #3f4447; |
|
312 |
color: #BBBBBB; |
|
313 |
} |
|
314 |
.MPartStack.active .MPart Form DatePicker > ImageHyperlink, |
|
315 |
.MPartStack.active .MPart Form ScheduleDatePicker > ImageHyperlink { |
|
316 |
background-color: #313538; |
|
317 |
color: #AAAAAA; |
|
318 |
} |
|
319 |
.MPart PageBook > Form > LayoutComposite { |
|
320 |
background-color: #2F2F2F; |
|
321 |
color: #CCC; |
|
322 |
} |
|
323 |
.MPartStack.active .MPart PageBook > Form > LayoutComposite { |
|
324 |
background-color: #262626; |
|
325 |
color: #BBBBBB; |
|
326 |
} |
|
327 |
.MPart Form FormHeading LayoutComposite, |
|
328 |
.MPart Form FormHeading ImageHyperlink { |
|
329 |
background-color: #505f70; |
|
330 |
color: #9ac9d8; |
|
331 |
} |
|
332 |
.MPartStack.active .MPart Form FormHeading LayoutComposite, |
|
333 |
.MPartStack.active .MPart Form FormHeading ImageHyperlink { |
|
334 |
background-color: #415062; |
|
335 |
color: #9ac9d8; |
|
336 |
} |
|
337 |
|
|
338 |
/* On the windows dark theme, the default is having the scrollbar themed |
|
339 |
* Note that the user may also set -Dswt.enable.themedScrollBar=false to force |
|
340 |
* it to false regardless of the CSS value. |
|
341 |
*/ |
|
342 |
StyledText { |
|
343 |
swt-scrollbar-themed: true; |
|
344 |
|
|
345 |
swt-scrollbar-background-color: #383838; |
|
346 |
swt-scrollbar-foreground-color: #494949; |
|
347 |
swt-scrollbar-width: 4px; |
|
348 |
swt-scrollbar-border-radius: 4px; |
|
349 |
swt-scrollbar-mouse-near-scroll-width: 15px; |
|
350 |
} |
|
0 | 351 |
tmp/org.txm.rcp/css/e4-dark_mac.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 Andrea Guarinoni and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* Andrea Guarinoni <andrea.guarinoni.dev@outlook.com> - initial API and implementation |
|
10 |
*******************************************************************************/ |
|
11 |
|
|
12 |
/******************************************************************************* |
|
13 |
* The following bugs are referred to in this style sheet |
|
14 |
* 1.) Bug 419482 - Cascading policy in CSS |
|
15 |
* 2.) Bug 430052 - Imported rules cannot be overridden |
|
16 |
*******************************************************************************/ |
|
17 |
|
|
18 |
|
|
19 |
/* @import url("platform:/plugin/org.eclipse.ui.themes/css/e4-dark.css"); Bug 430052 */ |
|
20 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css"); |
|
21 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css"); /* Remove this to have ONLY the main IDE shell dark */ |
|
22 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css"); |
|
23 |
|
|
24 |
|
|
25 |
.MTrimmedWindow.topLevel { |
|
26 |
margin-top: 3px; |
|
27 |
margin-bottom: 3px; |
|
28 |
margin-left: 3px; |
|
29 |
margin-right: 3px; |
|
30 |
} |
|
31 |
|
|
32 |
.MPartStack, .MPart { |
|
33 |
font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; |
|
34 |
} |
|
35 |
|
|
36 |
.MPartStack { |
|
37 |
swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering'); |
|
38 |
swt-selected-tab-fill: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%; /* title background for selected tab */ |
|
39 |
swt-unselected-tabs-color: '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START' '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; /* title background for unselected tab */ |
|
40 |
swt-outer-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */ |
|
41 |
swt-inner-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR'; |
|
42 |
swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */ |
|
43 |
padding: 0px 2px 2px; |
|
44 |
swt-shadow-visible: false; |
|
45 |
swt-mru-visible: true; |
|
46 |
swt-corner-radius: 16px; |
|
47 |
} |
|
48 |
|
|
49 |
.MPartStack.active { |
|
50 |
swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%; /* title background for selected tab */ |
|
51 |
swt-unselected-tabs-color: '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START' '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; /* title background for unselected tab */ |
|
52 |
swt-outer-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */ |
|
53 |
swt-inner-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR'; |
|
54 |
swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */ |
|
55 |
} |
|
56 |
|
|
57 |
.MPartStack.active.noFocus { |
|
58 |
swt-selected-tabs-fill: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%; |
|
59 |
} |
|
60 |
|
|
61 |
.MPartStack.empty { |
|
62 |
swt-unselected-tabs-color: '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START' #4F5456 #4F5456 99% 100%; /* title background for unselected tab */ |
|
63 |
swt-tab-outline: #535354; /* border color for selected tab */ |
|
64 |
swt-outer-keyline-color: #515658; /* border color for whole tabs container */ |
|
65 |
} |
|
66 |
|
|
67 |
.MPart.busy { |
|
68 |
font-style: italic; |
|
69 |
} |
|
70 |
|
|
71 |
.MPart.highlighted { |
|
72 |
font-weight: bold; |
|
73 |
} |
|
74 |
|
|
75 |
CTabItem, |
|
76 |
CTabItem CLabel { |
|
77 |
background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */ |
|
78 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
|
79 |
} |
|
80 |
CTabItem:selected, |
|
81 |
CTabItem:selected CLabel { |
|
82 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR'; |
|
83 |
} |
|
84 |
|
|
85 |
.MPartStack.active > CTabItem, |
|
86 |
.MPartStack.active > CTabItem CLabel { |
|
87 |
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */ |
|
88 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
|
89 |
} |
|
90 |
.MPartStack.active > CTabItem:selected, |
|
91 |
.MPartStack.active > CTabItem:selected CLabel { |
|
92 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR'; |
|
93 |
} |
|
94 |
|
|
95 |
.MPartStack.active.noFocus > CTabItem:selected { |
|
96 |
color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR'; |
|
97 |
} |
|
98 |
|
|
99 |
CTabItem.busy { |
|
100 |
color: #888888; |
|
101 |
} |
|
102 |
|
|
103 |
#PerspectiveSwitcher { |
|
104 |
eclipse-perspective-keyline-color: #AAB0BF #AAB0BF; |
|
105 |
} |
|
106 |
|
|
107 |
.MToolControl.TrimStack { |
|
108 |
/*frame-image: url(./gtkTSFrame.png);*/ |
|
109 |
handle-image: url(./dragHandle.png); |
|
110 |
frame-cuts: 5px 1px 5px 16px; |
|
111 |
} |
|
112 |
|
|
113 |
.MToolBar.Draggable { |
|
114 |
handle-image: url(./dragHandle.png); |
|
115 |
} |
|
116 |
|
|
117 |
.MToolControl.Draggable { |
|
118 |
handle-image: url(./dragHandle.png); |
|
119 |
} |
|
120 |
|
|
121 |
.DragFeedback { |
|
122 |
background-color: COLOR-WIDGET-NORMAL-SHADOW; |
|
123 |
} |
|
124 |
|
|
125 |
.ModifiedDragFeedback { |
|
126 |
background-color: #4176AF; |
|
127 |
} |
|
128 |
|
|
129 |
.MTrimmedWindow { |
|
130 |
background-color: #515658; |
|
131 |
} |
|
132 |
|
|
133 |
.MTrimBar { |
|
134 |
background-color: #515658; |
|
135 |
} |
|
136 |
|
|
137 |
CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active { |
|
138 |
swt-shadow-visible: false; |
|
139 |
} |
|
140 |
|
|
141 |
|
|
142 |
CTabFolder Tree, CTabFolder Canvas { |
|
143 |
background-color: #2F2F2F; |
|
144 |
color: #CCC; |
|
145 |
} |
|
146 |
|
|
147 |
.MPartStack.active CTabFolder Canvas { |
|
148 |
background-color: #262626; |
|
149 |
color: #CCC; |
|
150 |
} |
|
151 |
|
|
152 |
.MPartStack.active Table { |
|
153 |
background-color: #2F2F2F; |
|
154 |
color: #CCC; |
|
155 |
} |
|
156 |
|
|
157 |
.View { |
|
158 |
background-color: #313538; |
|
159 |
color: #F5F5F5; |
|
160 |
} |
|
161 |
|
|
162 |
|
|
163 |
/* ###################### Top Toolbar ########################## */ |
|
164 |
|
|
165 |
#org-eclipse-ui-main-toolbar, #PerspectiveSwitcher { |
|
166 |
eclipse-perspective-keyline-color: #585858; |
|
167 |
background-color: #515658 #515658 100%; |
|
168 |
handle-image: none; |
|
169 |
color: #EBE8E4; |
|
170 |
} |
|
171 |
|
|
172 |
|
|
173 |
/* #################### Bottom Status Bar ######################## */ |
|
174 |
|
|
175 |
#org-eclipse-ui-StatusLine, |
|
176 |
#org-eclipse-ui-ProgressBar, |
|
177 |
#org-eclipse-ui-ProgressBar Canvas { |
|
178 |
color: #CCCCCC; |
|
179 |
} |
|
180 |
#org-eclipse-ui-StatusLine CLabel { |
|
181 |
color: #BDBAB7; |
|
182 |
} |
|
183 |
|
|
184 |
StatusLine, ImageBasedFrame{ |
|
185 |
color: #BDBAB7; |
|
186 |
} |
|
187 |
|
|
188 |
|
|
189 |
|
|
190 |
/* ###################### Global Styles ########################## */ |
|
191 |
|
|
192 |
TabFolder, |
|
193 |
/* the following are required due to Bug 419482: */ |
|
194 |
TabFolder > Composite > TabFolder, |
|
195 |
TabFolder > Composite > * > TabFolder, |
|
196 |
DocCommentOwnerComposite > Group > TabFolder, |
|
197 |
TabFolder > Composite > ScrolledComposite > TabFolder, |
|
198 |
Shell > Composite > Composite > TabFolder, |
|
199 |
Composite > Composite > Composite > Group > TabFolder, |
|
200 |
Shell > Composite > Composite > Composite > TabFolder, |
|
201 |
ScrolledComposite > Composite > Composite > Composite > TabFolder, |
|
202 |
Shell > Composite > Composite > Composite > Composite > Composite > TabFolder, |
|
203 |
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, |
|
204 |
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 { |
|
205 |
/* background-color is not applied to the whole button, |
|
206 |
but text color is changed, so it appear light on light */ |
|
207 |
background-color: #515658; |
|
208 |
color: #222; |
|
209 |
} |
|
210 |
|
|
211 |
Button, |
|
212 |
/* the following are required due to Bug 419482: */ |
|
213 |
Composite > Button, |
|
214 |
TabFolder > Composite > Button, |
|
215 |
TabFolder > Composite > * > Button, |
|
216 |
DocCommentOwnerComposite > Group > Button, |
|
217 |
TabFolder > Composite > ScrolledComposite > Button, |
|
218 |
Shell > Composite > Composite > Button, |
|
219 |
Composite > Composite > Composite > Group > Button, |
|
220 |
Shell > Composite > Composite > Composite > Button, |
|
221 |
ScrolledComposite > Composite > Composite > Composite > Button, |
|
222 |
Shell > Composite > Composite > Composite > Composite > Composite > Button, |
|
223 |
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, |
|
224 |
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, |
|
225 |
Form > LayoutComposite > LayoutComposite > Button, |
|
226 |
.MPart Button, |
|
227 |
.MPartStack.active .MPart Button, |
|
228 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Button, |
|
229 |
.MPartStack.active .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Button { |
|
230 |
/* background-color is not applied to the whole button, |
|
231 |
but text color is changed, so it appear light on light */ |
|
232 |
background-color: #515658; |
|
233 |
color: #222; |
|
234 |
} |
|
235 |
Button[style~='SWT.CHECK'], |
|
236 |
/* the following are required due to Bug 419482: */ |
|
237 |
Composite > Button[style~='SWT.CHECK'], |
|
238 |
TabFolder > Composite > Button[style~='SWT.CHECK'], |
|
239 |
TabFolder > Composite > * > Button[style~='SWT.CHECK'], |
|
240 |
DocCommentOwnerComposite > Group > Button[style~='SWT.CHECK'], |
|
241 |
TabFolder > Composite > ScrolledComposite > Button[style~='SWT.CHECK'], |
|
242 |
Shell > Composite > Composite > Button[style~='SWT.CHECK'], |
|
243 |
Composite > Composite > Composite > Group > Button[style~='SWT.CHECK'], |
|
244 |
Shell > Composite > Composite > Composite > Button[style~='SWT.CHECK'], |
|
245 |
ScrolledComposite > Composite > Composite > Composite > Button[style~='SWT.CHECK'], |
|
246 |
Shell > Composite > Composite > Composite > Composite > Composite > Button[style~='SWT.CHECK'], |
|
247 |
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'], |
|
248 |
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'], |
|
249 |
Form > LayoutComposite > LayoutComposite > Button[style~='SWT.CHECK'], |
|
250 |
.MPart Button[style~='SWT.CHECK'], |
|
251 |
.MPartStack.active .MPart Button[style~='SWT.CHECK'], |
|
252 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Button[style~='SWT.CHECK'], |
|
253 |
.MPartStack.active .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Button[style~='SWT.CHECK'] { |
|
254 |
/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */ |
|
255 |
/* so, css rules applied to Button have to be overridden for non-Button matches */ |
|
256 |
color: #ddd; |
|
257 |
} |
|
258 |
Button[style~='SWT.RADIO'], |
|
259 |
/* the following are required due to Bug 419482: */ |
|
260 |
Composite > Button[style~='SWT.RADIO'], |
|
261 |
TabFolder > Composite > Button[style~='SWT.RADIO'], |
|
262 |
TabFolder > Composite > * > Button[style~='SWT.RADIO'], |
|
263 |
DocCommentOwnerComposite > Group > Button[style~='SWT.RADIO'], |
|
264 |
TabFolder > Composite > ScrolledComposite > Button[style~='SWT.RADIO'], |
|
265 |
Shell > Composite > Composite > Button[style~='SWT.RADIO'], |
|
266 |
Composite > Composite > Composite > Group > Button[style~='SWT.RADIO'], |
|
267 |
Shell > Composite > Composite > Composite > Button[style~='SWT.RADIO'], |
|
268 |
ScrolledComposite > Composite > Composite > Composite > Button[style~='SWT.RADIO'], |
|
269 |
Shell > Composite > Composite > Composite > Composite > Composite > Button[style~='SWT.RADIO'], |
|
270 |
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'], |
|
271 |
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'], |
|
272 |
Form > LayoutComposite > LayoutComposite > Button[style~='SWT.RADIO'], |
|
273 |
.MPart Button[style~='SWT.RADIO'], |
|
274 |
.MPartStack.active .MPart Button[style~='SWT.RADIO'], |
|
275 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Button[style~='SWT.RADIO'], |
|
276 |
.MPartStack.active .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Button[style~='SWT.RADIO'] { |
|
277 |
/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */ |
|
278 |
/* so, css rules applied to Button have to be overridden for non-Button matches */ |
|
279 |
color: #ddd; |
|
280 |
} |
|
281 |
|
|
282 |
Combo, |
|
283 |
/* the following are required due to Bug 419482: */ |
|
284 |
Composite > Combo, |
|
285 |
TabFolder > Composite > Combo, |
|
286 |
TabFolder > Composite > * > Combo, |
|
287 |
DocCommentOwnerComposite > Group > Combo, |
|
288 |
TabFolder > Composite > ScrolledComposite > Combo, |
|
289 |
Shell > Composite > Composite > Combo, |
|
290 |
Composite > Composite > Composite > Group > Combo, |
|
291 |
Shell > Composite > Composite > Composite > Combo, |
|
292 |
ScrolledComposite > Composite > Composite > Composite > Combo, |
|
293 |
Shell > Composite > Composite > Composite > Composite > Composite > Combo, |
|
294 |
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, |
|
295 |
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, |
|
296 |
Form > LayoutComposite > LayoutComposite > Combo, |
|
297 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Combo { |
|
298 |
background-color: #949DA5; |
|
299 |
color: #222; /* background of drop-drown list is hard-coded to white */ |
|
300 |
} |
|
301 |
Combo:selected, |
|
302 |
/* the following are required due to Bug 419482: */ |
|
303 |
Composite > Combo:selected, |
|
304 |
TabFolder > Composite > Combo:selected, |
|
305 |
TabFolder > Composite > * > Combo:selected, |
|
306 |
DocCommentOwnerComposite > Group > Combo:selected, |
|
307 |
TabFolder > Composite > ScrolledComposite > Combo:selected, |
|
308 |
Shell > Composite > Composite > Combo:selected, |
|
309 |
Composite > Composite > Composite > Group > Combo:selected, |
|
310 |
Shell > Composite > Composite > Composite > Combo:selected, |
|
311 |
ScrolledComposite > Composite > Composite > Composite > Combo:selected, |
|
312 |
Shell > Composite > Composite > Composite > Composite > Composite > Combo:selected, |
|
313 |
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, |
|
314 |
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, |
|
315 |
Form > LayoutComposite > LayoutComposite > Combo:selected, |
|
316 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Combo:selected { |
|
317 |
background-color: #41464A; |
|
318 |
color: #FFF; |
|
319 |
} |
|
320 |
|
|
321 |
Text[style~='SWT.SEARCH'], |
|
322 |
/* the following are required due to Bug 419482: */ |
|
323 |
Composite > Text[style~='SWT.SEARCH'], |
|
324 |
TabFolder > Composite > Text[style~='SWT.SEARCH'], |
|
325 |
TabFolder > Composite > * > Text[style~='SWT.SEARCH'], |
|
326 |
DocCommentOwnerComposite > Group > Text[style~='SWT.SEARCH'], |
|
327 |
TabFolder > Composite > ScrolledComposite > Text[style~='SWT.SEARCH'], |
|
328 |
Shell > Composite > Composite > Text[style~='SWT.SEARCH'], |
|
329 |
Composite > Composite > Composite > Group > Text[style~='SWT.SEARCH'], |
|
330 |
Shell > Composite > Composite > Composite > Text[style~='SWT.SEARCH'], |
|
331 |
ScrolledComposite > Composite > Composite > Composite > Text[style~='SWT.SEARCH'], |
|
332 |
Shell > Composite > Composite > Composite > Composite > Composite > Text[style~='SWT.SEARCH'], |
|
333 |
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'], |
|
334 |
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'], |
|
335 |
#org-eclipse-pde-runtime-LogView Text[style~='SWT.SEARCH'], |
|
336 |
Form > LayoutComposite > LayoutComposite > Text[style~='SWT.SEARCH'], |
|
337 |
.MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Text[style~='SWT.SEARCH'] { |
|
338 |
/* search boxes */ |
|
339 |
background-color: #949da5; /* background-color is hard-coded */ |
|
340 |
color: #333; |
|
341 |
} |
|
0 | 342 |
tmp/org.txm.rcp/css/high-contrast.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
*******************************************************************************/ |
|
11 |
|
|
12 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_classic_win7.css"); |
|
13 |
|
|
14 |
CTabItem:selected { |
|
15 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR'; |
|
16 |
} |
|
17 |
|
|
18 |
.MPartStack.active > CTabItem:selected { |
|
19 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR'; |
|
20 |
} |
|
0 | 21 |
tmp/org.txm.rcp/css/e4_classic_win7.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
*******************************************************************************/ |
|
12 |
|
|
13 |
.MPart.busy { |
|
14 |
font-style: italic; |
|
15 |
} |
|
16 |
|
|
17 |
.MPart.highlighted { |
|
18 |
font-weight: bold; |
|
19 |
} |
|
20 |
|
|
21 |
.MPartStack, .MPart { |
|
22 |
font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; |
|
23 |
} |
|
24 |
|
|
25 |
CTabItem:selected { |
|
26 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR'; |
|
27 |
} |
|
28 |
|
|
29 |
.MTrimmedWindow { |
|
30 |
margin-top: 0px; |
|
31 |
margin-bottom: 0px; |
|
32 |
margin-left: 2px; |
|
33 |
margin-right: 2px; |
|
34 |
} |
|
35 |
|
|
36 |
.MPartStack { |
|
37 |
swt-tab-renderer: null; |
|
38 |
swt-selected-tabs-background: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%; |
|
39 |
swt-simple: false; |
|
40 |
swt-mru-visible: true; |
|
41 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR'; |
|
42 |
} |
|
43 |
|
|
44 |
.MPartStack.active { |
|
45 |
swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%; |
|
46 |
} |
|
47 |
|
|
48 |
.MPartStack.active.noFocus { |
|
49 |
swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100%; |
|
50 |
} |
|
51 |
|
|
52 |
.MPartStack.active.noFocus > CTabItem:selected { |
|
53 |
color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR'; |
|
54 |
} |
|
55 |
|
|
56 |
#PerspectiveSwitcher { |
|
57 |
eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF; |
|
58 |
} |
|
59 |
|
|
60 |
.MToolControl.TrimStack { |
|
61 |
frame-image: url(./winClassicTSFrame.png); |
|
62 |
handle-image: url(./winClassicHandle.png); |
|
63 |
frame-cuts: 5px 1px 5px 16px; |
|
64 |
} |
|
65 |
|
|
66 |
.MToolBar.Draggable { |
|
67 |
handle-image: url(./dragHandle.png); |
|
68 |
} |
|
69 |
|
|
70 |
.MToolControl.Draggable { |
|
71 |
handle-image: url(./dragHandle.png); |
|
72 |
} |
|
73 |
|
|
74 |
.DragFeedback { |
|
75 |
background-color: COLOR-WIDGET-NORMAL-SHADOW; |
|
76 |
} |
|
77 |
|
|
78 |
.ModifiedDragFeedback { |
|
79 |
background-color: #A0A000; |
|
80 |
} |
|
81 |
|
|
82 |
#org-eclipse-ui-editorss { |
|
83 |
swt-tab-height: 8px; |
|
84 |
} |
|
0 | 85 |
tmp/org.txm.rcp/css/e4_default_gtk.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
* Mickael Istria <mistria@redhat.com> - 325937 |
|
12 |
* Patrik Suzzi <psuzzi@gmail.com> - Bug 501250 |
|
13 |
*******************************************************************************/ |
|
14 |
|
|
15 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css"); |
|
16 |
|
|
17 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START { |
|
18 |
color: #EEEEEE; |
|
19 |
} |
|
20 |
|
|
21 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END { |
|
22 |
color: #EEEEEE; |
|
23 |
} |
|
24 |
/* Higher contrast keylines for selected stack */ |
|
25 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { |
|
26 |
color: #A0A0A0; |
|
27 |
} |
|
28 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR { |
|
29 |
color: #A0A0A0; |
|
30 |
} |
|
31 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR { |
|
32 |
color: #A0A0A0; |
|
33 |
} |
|
34 |
|
|
35 |
|
|
36 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START { |
|
37 |
color: #DCDCDC; |
|
38 |
} |
|
39 |
|
|
40 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END { |
|
41 |
color: #DCDCDC; |
|
42 |
} |
|
43 |
|
|
44 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR { |
|
45 |
color: #B4B4B4; |
|
46 |
} |
|
47 |
|
|
48 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR { |
|
49 |
color: #B4B4B4; |
|
50 |
} |
|
51 |
|
|
52 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START{ |
|
53 |
color: #E2E2E2; |
|
54 |
} |
|
55 |
|
|
56 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END { |
|
57 |
color: #E2E2E2; |
|
58 |
} |
|
59 |
|
|
60 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_START { |
|
61 |
color: #E2E2E2; |
|
62 |
} |
|
63 |
|
|
64 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_NOFOCUS_TAB_BG_END { |
|
65 |
color: #E2E2E2; |
|
66 |
} |
|
67 |
|
|
68 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR { |
|
69 |
color: #B4B4B4; |
|
70 |
} |
|
71 |
|
|
72 |
|
|
73 |
.MTrimmedWindow { |
|
74 |
background-color: #E2E2E2; |
|
75 |
} |
|
76 |
|
|
77 |
.MPartStack { |
|
78 |
swt-simple: false; |
|
79 |
swt-mru-visible: false; |
|
80 |
} |
|
81 |
|
|
82 |
.MTrimBar { |
|
83 |
background-color: #E2E2E2; |
|
84 |
} |
|
85 |
|
|
86 |
.MTrimBar#org-eclipse-ui-main-toolbar { |
|
87 |
background-color: COLOR-WIDGET-BACKGROUND #E2E2E2 100%; |
|
88 |
} |
|
89 |
|
|
90 |
.MToolControl.TrimStack { |
|
91 |
frame-image: url(./gtkTSFrame.png); |
|
92 |
handle-image: url(./gtkHandle.png); |
|
93 |
} |
|
94 |
|
|
95 |
#PerspectiveSwitcher { |
|
96 |
background-color: COLOR-WIDGET-BACKGROUND #E2E2E2 100%; |
|
97 |
eclipse-perspective-keyline-color: #E2E2E2 #B4B4B4; |
|
98 |
} |
|
99 |
|
|
100 |
#org-eclipse-ui-editorss { |
|
101 |
swt-tab-height: 8px; |
|
102 |
padding: 0px 5px 7px; |
|
103 |
} |
|
104 |
|
|
105 |
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active { |
|
106 |
swt-shadow-visible: false; |
|
107 |
} |
|
108 |
|
|
109 |
CTabFolder Canvas { |
|
110 |
background-color: #F8F8F8; |
|
111 |
} |
|
112 |
|
|
113 |
Form, FormHeading { |
|
114 |
background-color: #ffffff; |
|
115 |
background: #ffffff; |
|
116 |
background-image: #ffffff; |
|
117 |
color: #505050; |
|
118 |
} |
|
119 |
|
|
120 |
Form { |
|
121 |
/* Bug 465148: Additional styling for the Form */ |
|
122 |
text-background-color: #ffffff; |
|
123 |
|
|
124 |
tb-toggle-hover-color: #505050; |
|
125 |
tb-toggle-color: #505050; |
|
126 |
h-hover-full-color: #505050; |
|
127 |
h-hover-light-color: #505050; |
|
128 |
h-bottom-keyline-2-color: #eaeaea; |
|
129 |
h-bottom-keyline-1-color: #eaeaea; |
|
130 |
|
|
131 |
} |
|
132 |
|
|
133 |
|
|
134 |
|
|
135 |
Section { |
|
136 |
background-color: #ffffff; |
|
137 |
color: #505050; |
|
138 |
background-color-titlebar: #eaeaea; |
|
139 |
background-color-gradient-titlebar: #eaeaea; |
|
140 |
border-color-titlebar: #ffffff; |
|
141 |
} |
|
0 | 142 |
tmp/org.txm.rcp/css/e4_default_winxp_olv.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
*******************************************************************************/ |
|
12 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css"); |
|
13 |
|
|
14 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START { |
|
15 |
color: #E6E3C3; |
|
16 |
} |
|
17 |
|
|
18 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END { |
|
19 |
color: #EDEACA; |
|
20 |
} |
|
21 |
|
|
22 |
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { |
|
23 |
color: #BFCDA4; |
|
24 |
} |
|
25 |
|
|
26 |
.MTrimmedWindow { |
|
27 |
margin-top: 2px; |
|
28 |
margin-bottom: 2px; |
|
29 |
margin-left: 2px; |
|
30 |
margin-right: 2px; |
|
31 |
} |
|
32 |
|
|
33 |
.MTrimmedWindow.topLevel { |
|
34 |
margin-top: 24px; |
|
35 |
margin-bottom: 2px; |
|
36 |
margin-left: 12px; |
|
37 |
margin-right: 12px; |
|
38 |
} |
|
39 |
|
|
40 |
.MPart.busy { |
|
41 |
font-style: italic; |
|
42 |
} |
|
43 |
|
|
44 |
.MPart.highlighted { |
|
45 |
font-weight: bold; |
|
46 |
} |
|
47 |
|
|
48 |
.MPartStack, .MPart { |
|
49 |
font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; |
|
50 |
} |
|
51 |
|
|
52 |
.MPartStack { |
|
53 |
swt-simple: true; |
|
54 |
swt-mru-visible: false; |
|
55 |
} |
|
56 |
|
|
57 |
.MTrimBar#org-eclipse-ui-main-toolbar { |
|
58 |
background-image: url(./winXPOlive.png); |
|
59 |
} |
|
60 |
|
|
61 |
#PerspectiveSwitcher { |
|
62 |
background-color: #F5F3ED #F0ECE0 100%; |
|
63 |
eclipse-perspective-keyline-color: #A7B680 #A7B680; |
|
64 |
} |
|
65 |
|
|
66 |
.MToolBar.Draggable { |
|
67 |
handle-image: url(./dragHandle.png); |
|
68 |
} |
|
69 |
|
|
70 |
.MToolControl.Draggable { |
|
71 |
handle-image: url(./dragHandle.png); |
|
72 |
} |
|
0 | 73 |
tmp/org.txm.rcp/css/e4_basestyle.css (revision 923) | ||
---|---|---|
1 |
/******************************************************************************* |
|
2 |
* Copyright (c) 2010, 2014 IBM Corporation and others. |
|
3 |
* All rights reserved. This program and the accompanying materials |
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
|
5 |
* which accompanies this distribution, and is available at |
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
|
7 |
* |
|
8 |
* Contributors: |
|
9 |
* IBM Corporation - initial API and implementation |
|
10 |
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836 |
|
11 |
*******************************************************************************/ |
|
12 |
|
|
13 |
/* New ColorDefinitions for the E4 default theme */ |
|
14 |
ThemesExtension { color-definition: |
|
15 |
'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START', |
|
16 |
'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END', |
|
17 |
'#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR', |
|
18 |
'#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR', |
|
19 |
'#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR', |
|
20 |
'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START', |
|
21 |
'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END', |
|
22 |
'#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR', |
|
23 |
'#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR', |
|
24 |
'#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; |
|
25 |
} |
|
26 |
|
|
27 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START { |
|
28 |
color: #FFFFFF; |
|
29 |
category: '#org-eclipse-ui-presentation-default'; |
|
30 |
label: url('platform:/plugin/org.eclipse.ui.themes?message=INACTIVE_UNSELECTED_TABS_COLOR_START') |
|
31 |
} |
|
32 |
|
|
33 |
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END { |
|
34 |
color: #FFFFFF; |
Formats disponibles : Unified diff