Révision 2400

tmp/org.txm.rcp.p2.ui/.classpath (revision 2400)
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src"/>
6
	<classpathentry kind="output" path="bin"/>
3
	<classpathentry kind="con"
4
		path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
5
	<classpathentry kind="con"
6
		path="org.eclipse.pde.core.requiredPlugins" />
7
	<classpathentry kind="src" path="src" />
8
	<classpathentry kind="output" path="bin" />
7 9
</classpath>
tmp/org.txm.rcp/css/e4_default_mac.css (revision 2400)
10 10
 *     Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836
11 11
 *     Patrik Suzzi <psuzzi@gmail.com> - Bug 497591, 501250, 512385
12 12
 *******************************************************************************/
13
@import
14
	url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css");
13 15

  
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 {
16
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START
17
	{
17 18
	color: #F6F6F6;
18 19
}
19 20

  
20
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END {
21
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END
22
	{
21 23
	color: #D6D6D6;
22 24
}
23 25

  
24
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR {
26
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR
27
	{
25 28
	color: #C4C5C1;
26 29
}
27 30

  
......
100 103
Form {
101 104
	/* Bug 465148: Additional styling for the Form */
102 105
	text-background-color: #ffffff;
103

  
104 106
	tb-toggle-hover-color: #505050;
105 107
	tb-toggle-color: #505050;
106 108
	h-hover-full-color: #505050;
......
109 111
	h-bottom-keyline-1-color: #eaeaea;
110 112
}
111 113

  
112

  
113 114
Section {
114 115
	background-color: #ffffff;
115
  	color: #505050;
116
  	background-color-titlebar: #eaeaea;
117
  	background-color-gradient-titlebar: #eaeaea;
118
  	border-color-titlebar: #ffffff;
116
	color: #505050;
117
	background-color-titlebar: #eaeaea;
118
	background-color-gradient-titlebar: #eaeaea;
119
	border-color-titlebar: #ffffff;
119 120
}
120 121

  
121 122
CTabFolder {
122
  swt-selected-tabs-background: #CCE0F6 #3F97F9 100%;
123
	swt-selected-tabs-background: #CCE0F6 #3F97F9 100%;
123 124
}
124 125

  
125 126
CTabFolder CTabItem:selected {
126
  background-color: #E9E8E9;
127
	background-color: #E9E8E9;
127 128
}
tmp/org.txm.rcp/css/default_windows.css (revision 2400)
1 1
@import url("e4_default_win7.css");
2 2

  
3 3
#SearchField {
4
   visibility:hidden;
4
	visibility: hidden;
5 5
}
tmp/org.txm.rcp/css/e4_classic_winxp.css (revision 2400)
9 9
 *     IBM Corporation - initial API and implementation
10 10
 *     Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836
11 11
 *******************************************************************************/
12

  
13 12
.MPart.busy {
14 13
	font-style: italic;
15 14
}
......
35 34

  
36 35
.MPartStack {
37 36
	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%;
37
	swt-selected-tabs-background:
38
		'#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START'
39
		'#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
39 40
	swt-simple: false;
40 41
	swt-mru-visible: true;
41 42
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
42 43
}
43 44

  
44 45
.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
	swt-selected-tabs-background:
47
		'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START'
48
		'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
46 49
}
47 50

  
48 51
.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%;
52
	swt-selected-tabs-background:
53
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START'
54
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100%;
50 55
}
51 56

  
52
.MPartStack.active.noFocus > CTabItem:selected {
57
.MPartStack.active.noFocus>CTabItem:selected {
53 58
	color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
54 59
}
55 60

  
56
#PerspectiveSwitcher  {
61
#PerspectiveSwitcher {
57 62
	eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF;
58 63
}
59 64

  
60 65
.MToolControl.TrimStack {
61
	frame-image:  url(./winClassicTSFrame.png);
62
	handle-image:  url(./winClassicHandle.png);
66
	frame-image: url(./winClassicTSFrame.png);
67
	handle-image: url(./winClassicHandle.png);
63 68
	frame-cuts: 5px 1px 5px 16px;
64 69
}
65 70

  
66 71
.MToolBar.Draggable {
67
	handle-image:  url(./dragHandle.png);
72
	handle-image: url(./dragHandle.png);
68 73
}
69 74

  
70 75
.MToolControl.Draggable {
71
	handle-image:  url(./dragHandle.png);
76
	handle-image: url(./dragHandle.png);
72 77
}
73 78

  
74 79
.DragFeedback {
......
81 86

  
82 87
#org-eclipse-ui-editorss {
83 88
	swt-tab-height: 8px;
84
}
89
}
tmp/org.txm.rcp/css/e4_default_mru_on_win7.css (revision 2400)
9 9
 *     IBM Corporation - initial API and implementation
10 10
 *     Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836
11 11
 *******************************************************************************/
12
@import
13
	url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css");
12 14

  
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 {
15
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START
16
	{
16 17
	color: #D2E1F0;
17 18
}
18 19

  
19
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END {
20
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END
21
	{
20 22
	color: #CEDDED;
21 23
}
22 24

  
23
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR {
25
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR
26
	{
24 27
	color: #B6BCCC;
25 28
}
26 29

  
......
38 41
}
39 42

  
40 43
.MToolControl.TrimStack {
41
	frame-image:  url(./win7TSFrame.png);
42
	handle-image:  url(./win7Handle.png);
44
	frame-image: url(./win7TSFrame.png);
45
	handle-image: url(./win7Handle.png);
43 46
}
44 47

  
45 48
.MTrimBar#org-eclipse-ui-main-toolbar {
46
	background-image:  url(./win7.png);
49
	background-image: url(./win7.png);
47 50
}
48 51

  
49
#PerspectiveSwitcher  {
52
#PerspectiveSwitcher {
50 53
	background-color: #F5F7FC #E1E6F6 100%;
51 54
}
52 55

  
......
61 64

  
62 65
CTabFolder Canvas {
63 66
	background-color: #F8F8F8;
64
}
67
}
tmp/org.txm.rcp/css/default_linux.css (revision 2400)
1 1
@import url("e4_default_gtk.css");
2 2

  
3 3
#SearchField {
4
   visibility:hidden;
4
	visibility: hidden;
5 5
}
tmp/org.txm.rcp/css/e4_default_winxp_blu.css (revision 2400)
9 9
 *     IBM Corporation - initial API and implementation
10 10
 *     Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836
11 11
 *******************************************************************************/
12
@import
13
	url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css");
12 14

  
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 {
15
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START
16
	{
16 17
	color: #F1F4FD;
17 18
}
18 19

  
19
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END {
20
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END
21
	{
20 22
	color: #C9D7F2;
21 23
}
22 24

  
23
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR {
25
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR
26
	{
24 27
	color: #B8C7E5;
25 28
}
26 29

  
......
37 40
	background-color: #F0ECE0;
38 41
}
39 42

  
40

  
41
.MTrimBar#org-eclipse-ui-main-toolbar  {
42
	background-image:  url(./winXPBlue.png);
43
.MTrimBar#org-eclipse-ui-main-toolbar {
44
	background-image: url(./winXPBlue.png);
43 45
}
44 46

  
45 47
.MToolControl.TrimStack {
46
	frame-image:  url(./winXPBluTSFrame.png);
47
	handle-image:  url(./winXPBluHandle.png);
48
	frame-image: url(./winXPBluTSFrame.png);
49
	handle-image: url(./winXPBluHandle.png);
48 50
}
49 51

  
50
#PerspectiveSwitcher  {
52
#PerspectiveSwitcher {
51 53
	background-color: #F5F3ED #F0ECE0 100%;
52 54
	eclipse-perspective-keyline-color: #7F91B5 #7F91B5;
53 55
}
......
63 65

  
64 66
CTabFolder Canvas {
65 67
	background-color: #F8F8F8;
66
}
67

  
68
}
tmp/org.txm.rcp/css/default_mac.css (revision 2400)
1 1
@import url("e4_default_mac.css");
2 2

  
3 3
#SearchField {
4
   visibility:hidden;
4
	visibility: hidden;
5 5
}
tmp/org.txm.rcp/css/e4-dark_win.css (revision 2400)
17 17
 * 1.) Bug 430052 - Imported rules cannot be overridden
18 18
 *******************************************************************************/
19 19

  
20

  
21 20
/* @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");
21
@import
22
	url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css")
23
	;
25 24

  
25
@import
26
	url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css")
27
	; /* Remove this to have ONLY the main IDE shell dark */
28
@import
29
	url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css")
30
	;
31

  
26 32
Tree {
27 33
	/**
28 34
	 * See Bug 434201: Dark theme: tree must respect the foreground color for items arrows
29 35
	 */
30
	swt-tree-arrows-color:#cccccc;
31
	swt-tree-arrows-mode: triangle;  /* triangle or square */
32

  
36
	swt-tree-arrows-color: #cccccc;
37
	swt-tree-arrows-mode: triangle; /* triangle or square */
33 38
	/* See Bug 434309: Customize the tree/table selection to work properly
34 39
	 * with the dark theme.
35 40
	 *
......
43 48
	swt-hot-border-color: #545454;
44 49
}
45 50

  
46

  
47 51
Table {
48 52
	/* See Bug 434309: Customize the tree/table selection to work properly
49 53
	 * with the dark theme.
......
52 56
	 * foreground because our background is also a bit lighter in this case.
53 57
	 */
54 58
	swt-selection-foreground-color: #fcfcf9;
55

  
56 59
	swt-selection-background-color: #494949;
57 60
	swt-hot-background-color: #2F2F2F;
58 61
	swt-selection-border-color: #7F7D68;
59 62
	swt-hot-border-color: #545454;
60 63
}
61 64

  
62

  
63 65
.MTrimmedWindow.topLevel {
64
    margin-top: 3px;
65
    margin-bottom: 3px;
66
    margin-left: 3px;
67
    margin-right: 3px;
66
	margin-top: 3px;
67
	margin-bottom: 3px;
68
	margin-left: 3px;
69
	margin-right: 3px;
68 70
}
69 71

  
70 72
.MPartStack, .MPart {
71
    font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
73
	font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
72 74
}
73 75

  
74 76
.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;
77
	swt-tab-renderer:
78
		url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
79
	swt-selected-tab-fill: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START'
80
		'#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
81
	/* title background for selected tab */
82
	swt-unselected-tabs-color:
83
		'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
84
		'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END' 100%
85
		100%; /* title background for unselected tab */
86
	swt-outer-keyline-color:
87
		'#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR';
88
	/* border color for whole tabs container */
89
	swt-inner-keyline-color:
90
		'#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR';
91
	swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR';
92
	/* border color for selected tab */
93
	padding: 0px 2px 2px;
94
	swt-shadow-visible: false;
95
	swt-mru-visible: true;
96
	swt-corner-radius: 16px;
85 97
}
86 98

  
87 99
.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 */
100
	swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START'
101
		'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
102
	/* title background for selected tab */
103
	swt-unselected-tabs-color:
104
		'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START'
105
		'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%;
106
	/* title background for unselected tab */
107
	swt-outer-keyline-color:
108
		'#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR';
109
	/* border color for whole tabs container */
110
	swt-inner-keyline-color:
111
		'#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR';
112
	swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR';
113
	/* border color for selected tab */
93 114
}
94 115

  
95 116
.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%;
117
	swt-selected-tabs-fill:
118
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START'
119
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%;
97 120
}
98 121

  
99 122
.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 */
123
	swt-unselected-tabs-color:
124
		'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
125
		#4F5456 #4F5456 99% 100%; /* title background for unselected tab */
126
	swt-tab-outline: #535354; /* border color for selected tab */
127
	swt-outer-keyline-color: #515658;
128
	/* border color for whole tabs container */
103 129
}
104 130

  
105 131
.MPart.busy {
106
    font-style: italic;
132
	font-style: italic;
107 133
}
108 134

  
109 135
.MPart.highlighted {
110
    font-weight: bold;
136
	font-weight: bold;
111 137
}
112 138

  
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';
139
CTabItem, CTabItem CLabel {
140
	background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END';
141
	/* HACK for background of CTabFolder inner Toolbars */
142
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR';
117 143
}
118
CTabItem:selected,
119
CTabItem:selected CLabel {
120
    color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR';
144

  
145
CTabItem:selected, CTabItem:selected CLabel {
146
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR';
121 147
}
122 148

  
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';
149
.MPartStack.active>CTabItem, .MPartStack.active>CTabItem CLabel {
150
	background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
151
	/* HACK for background of CTabFolder inner Toolbars */
152
	color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR';
127 153
}
128
.MPartStack.active > CTabItem:selected,
129
.MPartStack.active > CTabItem:selected CLabel {
130
    color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR';
154

  
155
.MPartStack.active>CTabItem:selected, .MPartStack.active>CTabItem:selected CLabel
156
	{
157
	color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR';
131 158
}
132 159

  
133
.MPartStack.active.noFocus > CTabItem:selected {
134
    color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR';
160
.MPartStack.active.noFocus>CTabItem:selected {
161
	color:
162
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR';
135 163
}
136 164

  
137 165
CTabItem.busy {
138
    color: #888888;
166
	color: #888888;
139 167
}
140 168

  
141 169
#PerspectiveSwitcher {
142
    eclipse-perspective-keyline-color: #AAB0BF #AAB0BF;
170
	eclipse-perspective-keyline-color: #AAB0BF #AAB0BF;
143 171
}
144 172

  
145 173
.MToolControl.TrimStack {
146
    /*frame-image:  url(./gtkTSFrame.png);*/
147
    handle-image:  url(./dragHandle.png);
148
    frame-cuts: 5px 1px 5px 16px;
174
	/*frame-image:  url(./gtkTSFrame.png);*/
175
	handle-image: url(./dragHandle.png);
176
	frame-cuts: 5px 1px 5px 16px;
149 177
}
150 178

  
151 179
.MToolBar.Draggable {
152
    handle-image:  url(./dragHandle.png);
180
	handle-image: url(./dragHandle.png);
153 181
}
154 182

  
155 183
.MToolControl.Draggable {
156
    handle-image:  url(./dragHandle.png);
184
	handle-image: url(./dragHandle.png);
157 185
}
158 186

  
159 187
.DragFeedback {
160
    background-color: COLOR-WIDGET-NORMAL-SHADOW;
188
	background-color: COLOR-WIDGET-NORMAL-SHADOW;
161 189
}
162 190

  
163 191
.ModifiedDragFeedback {
164
    background-color: #4176AF;
192
	background-color: #4176AF;
165 193
}
166 194

  
167 195
.MTrimmedWindow {
168
    background-color: #515658;
196
	background-color: #515658;
169 197
}
170 198

  
171 199
.MTrimBar {
172
    background-color: #515658;
200
	background-color: #515658;
173 201
}
174 202

  
175
CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active {
176
    swt-shadow-visible: false;
203
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
204
	swt-shadow-visible: false;
177 205
}
178 206

  
179

  
180 207
CTabFolder Tree, CTabFolder Canvas {
181
    background-color: #2F2F2F;
182
    color: #CCC;
208
	background-color: #2F2F2F;
209
	color: #CCC;
183 210
}
184 211

  
185 212
.MPartStack.active CTabFolder Canvas {
186
    background-color: #262626;
187
    color: #CCC;
213
	background-color: #262626;
214
	color: #CCC;
188 215
}
189 216

  
190 217
.MPartStack.active Table {
191
    background-color: #2F2F2F;
192
    color: #CCC;
218
	background-color: #2F2F2F;
219
	color: #CCC;
193 220
}
194 221

  
195 222
.View {
196
    background-color: #313538;
197
    color: #F5F5F5;
223
	background-color: #313538;
224
	color: #F5F5F5;
198 225
}
199 226

  
200

  
201 227
/* ####################### Top Toolbar ########################## */
202

  
203 228
#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;
229
	eclipse-perspective-keyline-color: #585858;
230
	background-color: #515658 #515658 100%;
231
	handle-image: none;
232
	color: #EBE8E4;
208 233
}
209 234

  
210

  
211 235
/* ##################### Bottom Status Bar ####################### */
236
#org-eclipse-ui-StatusLine, #org-eclipse-ui-ProgressBar,
237
	#org-eclipse-ui-ProgressBar Canvas {
238
	color: #CCCCCC;
239
}
212 240

  
213
#org-eclipse-ui-StatusLine,
214
#org-eclipse-ui-ProgressBar,
215
#org-eclipse-ui-ProgressBar Canvas {
216
    color: #CCCCCC;
217
}
218 241
#org-eclipse-ui-StatusLine CLabel {
219
    color: #BDBAB7;
242
	color: #BDBAB7;
220 243
}
221 244

  
222
StatusLine, ImageBasedFrame{
223
    color: #BDBAB7;
245
StatusLine, ImageBasedFrame {
246
	color: #BDBAB7;
224 247
}
225 248

  
226

  
227

  
228 249
/* ####################### CSS for .MParts ####################### */
229 250

  
230 251
/* Make the content of the Form brighter because the color of
231 252
   the font of some widgets is hard-coded to be black on Window */
253
.MPart Form, .MPart Form Sash, .MPart Form Label, .MPart Form Section,
254
	.MPart Form FormText, .MPart Form Link, .MPart Form Hyperlink, .MPart Form ImageHyperlink,
255
	.MPart Form Button, .MPart Form Group, .MPart Form SashForm, .MPart Form LayoutComposite,
256
	.MPart Form ScrolledPageBook, .MPart Form DependenciesComposite, .MPart Form ListEditorComposite,
257
	.MPart Form Text[style~='SWT.READ_ONLY'], .MPart Form>LayoutComposite>LayoutComposite>ToolBar,
258
	.MPart Form DependenciesComposite>SashForm>Section>*,
259
	/* Section > DependenciesComposite$... */ .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>*,
260
	/*LayoutComposite > MasterDetailBlock$... > LayoutComposite > Section > LayoutComposite > ExtensionsSection$...*/
261
	.MPartStack.active .MPart Form, .MPartStack.active .MPart Form Sash,
262
	.MPartStack.active .MPart Form Label, .MPartStack.active .MPart Form Section,
263
	.MPartStack.active .MPart Form FormText, .MPartStack.active .MPart Form Link,
264
	.MPartStack.active .MPart Form Hyperlink, .MPartStack.active .MPart Form ImageHyperlink,
265
	.MPartStack.active .MPart Form Button, .MPartStack.active .MPart Form Group,
266
	.MPartStack.active .MPart Form SashForm, .MPartStack.active .MPart Form LayoutComposite,
267
	.MPartStack.active .MPart Form ScrolledPageBook, .MPartStack.active .MPart Form DependenciesComposite,
268
	.MPartStack.active .MPart Form ListEditorComposite, .MPartStack.active .MPart Form Text[style~='SWT.READ_ONLY'],
269
	.MPartStack.active .MPart Form>LayoutComposite>LayoutComposite>ToolBar,
270
	.MPartStack.active .MPart Form DependenciesComposite>SashForm>Section>*,
271
	/* Section > DependenciesComposite$... */ .MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>*
272
	/*LayoutComposite > MasterDetailBlock$... > LayoutComposite > Section > LayoutComposite > ExtensionsSection$...*/
273
	{
274
	background-color: #4f5355;
275
	color: #f4f7f7;
276
}
232 277

  
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;
278
#org-eclipse-help-ui-HelpView Form, #org-eclipse-help-ui-HelpView Form Sash,
279
	#org-eclipse-help-ui-HelpView Form Label, #org-eclipse-help-ui-HelpView Form Section,
280
	#org-eclipse-help-ui-HelpView Form FormText,
281
	#org-eclipse-help-ui-HelpView Form Hyperlink,
282
	#org-eclipse-help-ui-HelpView Form Button,
283
	#org-eclipse-help-ui-HelpView Form Group, #org-eclipse-help-ui-HelpView Form LayoutComposite,
284
	#org-eclipse-help-ui-HelpView Form ScrolledPageBook,
285
	#org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY'] {
286
	background-color: #2F2F2F;
287
	color: #CCCCCC;
273 288
}
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;
289

  
290
.MPartStack.active #org-eclipse-help-ui-HelpView Form, .MPartStack.active #org-eclipse-help-ui-HelpView Form Sash,
291
	.MPartStack.active #org-eclipse-help-ui-HelpView Form Label,
292
	.MPartStack.active #org-eclipse-help-ui-HelpView Form Section,
293
	.MPartStack.active #org-eclipse-help-ui-HelpView Form FormText,
294
	.MPartStack.active #org-eclipse-help-ui-HelpView Form Hyperlink,
295
	.MPartStack.active #org-eclipse-help-ui-HelpView Form Button,
296
	.MPartStack.active #org-eclipse-help-ui-HelpView Form Group,
297
	.MPartStack.active #org-eclipse-help-ui-HelpView Form LayoutComposite,
298
	.MPartStack.active #org-eclipse-help-ui-HelpView Form ScrolledPageBook,
299
	.MPartStack.active #org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY']
300
	{
301
	background-color: #262626;
302
	color: #BBBBBB;
287 303
}
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;
304

  
305
.MPart Form Section Tree, .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Tree,
306
	.MPartStack.active .MPart Form Section Tree, .MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Tree
307
	{
308
	background-color: #313538;
309
	color: #DDDDDD;
301 310
}
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;
311

  
312
.MPart Form DatePicker>ImageHyperlink, .MPart Form ScheduleDatePicker>ImageHyperlink
313
	{
314
	background-color: #3f4447;
315
	color: #BBBBBB;
308 316
}
309
.MPart Form DatePicker > ImageHyperlink,
310
.MPart Form ScheduleDatePicker > ImageHyperlink {
311
    background-color: #3f4447;
312
    color: #BBBBBB;
317

  
318
.MPartStack.active .MPart Form DatePicker>ImageHyperlink, .MPartStack.active .MPart Form ScheduleDatePicker>ImageHyperlink
319
	{
320
	background-color: #313538;
321
	color: #AAAAAA;
313 322
}
314
.MPartStack.active .MPart Form DatePicker > ImageHyperlink,
315
.MPartStack.active .MPart Form ScheduleDatePicker > ImageHyperlink {
316
    background-color: #313538;
317
    color: #AAAAAA;
323

  
324
.MPart PageBook>Form>LayoutComposite {
325
	background-color: #2F2F2F;
326
	color: #CCC;
318 327
}
319
.MPart PageBook > Form > LayoutComposite {
320
    background-color: #2F2F2F;
321
    color: #CCC;
328

  
329
.MPartStack.active .MPart PageBook>Form>LayoutComposite {
330
	background-color: #262626;
331
	color: #BBBBBB;
322 332
}
323
.MPartStack.active .MPart PageBook > Form > LayoutComposite {
324
    background-color: #262626;
325
    color: #BBBBBB;
333

  
334
.MPart Form FormHeading LayoutComposite, .MPart Form FormHeading ImageHyperlink
335
	{
336
	background-color: #505f70;
337
	color: #9ac9d8;
326 338
}
327
.MPart Form FormHeading LayoutComposite,
328
.MPart Form FormHeading ImageHyperlink {
329
    background-color: #505f70;
330
    color: #9ac9d8;
339

  
340
.MPartStack.active .MPart Form FormHeading LayoutComposite, .MPartStack.active .MPart Form FormHeading ImageHyperlink
341
	{
342
	background-color: #415062;
343
	color: #9ac9d8;
331 344
}
332
.MPartStack.active .MPart Form FormHeading LayoutComposite,
333
.MPartStack.active .MPart Form FormHeading ImageHyperlink {
334
    background-color: #415062;
335
    color: #9ac9d8;
336
}
337 345

  
338 346
/* On the windows dark theme, the default is having the scrollbar themed
339 347
 * Note that the user may also set -Dswt.enable.themedScrollBar=false to force
......
341 349
 */
342 350
StyledText {
343 351
	swt-scrollbar-themed: true;
344

  
345 352
	swt-scrollbar-background-color: #383838;
346 353
	swt-scrollbar-foreground-color: #494949;
347 354
	swt-scrollbar-width: 4px;
348 355
	swt-scrollbar-border-radius: 4px;
349 356
	swt-scrollbar-mouse-near-scroll-width: 15px;
350
}
357
}
tmp/org.txm.rcp/css/e4-dark_mac.css (revision 2400)
15 15
 * 2.) Bug 430052 - Imported rules cannot be overridden
16 16
 *******************************************************************************/
17 17

  
18

  
19 18
/* @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");
19
@import
20
	url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css")
21
	;
23 22

  
23
@import
24
	url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css")
25
	; /* Remove this to have ONLY the main IDE shell dark */
26
@import
27
	url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css")
28
	;
24 29

  
25 30
.MTrimmedWindow.topLevel {
26
    margin-top: 3px;
27
    margin-bottom: 3px;
28
    margin-left: 3px;
29
    margin-right: 3px;
31
	margin-top: 3px;
32
	margin-bottom: 3px;
33
	margin-left: 3px;
34
	margin-right: 3px;
30 35
}
31 36

  
32 37
.MPartStack, .MPart {
33
    font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
38
	font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
34 39
}
35 40

  
36 41
.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;
42
	swt-tab-renderer:
43
		url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
44
	swt-selected-tab-fill: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START'
45
		'#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
46
	/* title background for selected tab */
47
	swt-unselected-tabs-color:
48
		'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
49
		'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END' 100%
50
		100%; /* title background for unselected tab */
51
	swt-outer-keyline-color:
52
		'#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR';
53
	/* border color for whole tabs container */
54
	swt-inner-keyline-color:
55
		'#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR';
56
	swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR';
57
	/* border color for selected tab */
58
	padding: 0px 2px 2px;
59
	swt-shadow-visible: false;
60
	swt-mru-visible: true;
61
	swt-corner-radius: 16px;
47 62
}
48 63

  
49 64
.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 */
65
	swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START'
66
		'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
67
	/* title background for selected tab */
68
	swt-unselected-tabs-color:
69
		'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START'
70
		'#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%;
71
	/* title background for unselected tab */
72
	swt-outer-keyline-color:
73
		'#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR';
74
	/* border color for whole tabs container */
75
	swt-inner-keyline-color:
76
		'#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR';
77
	swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR';
78
	/* border color for selected tab */
55 79
}
56 80

  
57 81
.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%;
82
	swt-selected-tabs-fill:
83
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START'
84
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%;
59 85
}
60 86

  
61 87
.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 */
88
	swt-unselected-tabs-color:
89
		'#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START'
90
		#4F5456 #4F5456 99% 100%; /* title background for unselected tab */
91
	swt-tab-outline: #535354; /* border color for selected tab */
92
	swt-outer-keyline-color: #515658;
93
	/* border color for whole tabs container */
65 94
}
66 95

  
67 96
.MPart.busy {
68
    font-style: italic;
97
	font-style: italic;
69 98
}
70 99

  
71 100
.MPart.highlighted {
72
    font-weight: bold;
101
	font-weight: bold;
73 102
}
74 103

  
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';
104
CTabItem, CTabItem CLabel {
105
	background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END';
106
	/* HACK for background of CTabFolder inner Toolbars */
107
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR';
79 108
}
80
CTabItem:selected,
81
CTabItem:selected CLabel {
82
    color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR';
109

  
110
CTabItem:selected, CTabItem:selected CLabel {
111
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR';
83 112
}
84 113

  
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';
114
.MPartStack.active>CTabItem, .MPartStack.active>CTabItem CLabel {
115
	background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END';
116
	/* HACK for background of CTabFolder inner Toolbars */
117
	color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR';
89 118
}
90
.MPartStack.active > CTabItem:selected,
91
.MPartStack.active > CTabItem:selected CLabel {
92
    color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR';
119

  
120
.MPartStack.active>CTabItem:selected, .MPartStack.active>CTabItem:selected CLabel
121
	{
122
	color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR';
93 123
}
94 124

  
95
.MPartStack.active.noFocus > CTabItem:selected {
96
    color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR';
125
.MPartStack.active.noFocus>CTabItem:selected {
126
	color:
127
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR';
97 128
}
98 129

  
99 130
CTabItem.busy {
100
    color: #888888;
131
	color: #888888;
101 132
}
102 133

  
103 134
#PerspectiveSwitcher {
104
    eclipse-perspective-keyline-color: #AAB0BF #AAB0BF;
135
	eclipse-perspective-keyline-color: #AAB0BF #AAB0BF;
105 136
}
106 137

  
107 138
.MToolControl.TrimStack {
108
    /*frame-image:  url(./gtkTSFrame.png);*/
109
    handle-image:  url(./dragHandle.png);
110
    frame-cuts: 5px 1px 5px 16px;
139
	/*frame-image:  url(./gtkTSFrame.png);*/
140
	handle-image: url(./dragHandle.png);
141
	frame-cuts: 5px 1px 5px 16px;
111 142
}
112 143

  
113 144
.MToolBar.Draggable {
114
    handle-image:  url(./dragHandle.png);
145
	handle-image: url(./dragHandle.png);
115 146
}
116 147

  
117 148
.MToolControl.Draggable {
118
    handle-image:  url(./dragHandle.png);
149
	handle-image: url(./dragHandle.png);
119 150
}
120 151

  
121 152
.DragFeedback {
122
    background-color: COLOR-WIDGET-NORMAL-SHADOW;
153
	background-color: COLOR-WIDGET-NORMAL-SHADOW;
123 154
}
124 155

  
125 156
.ModifiedDragFeedback {
126
    background-color: #4176AF;
157
	background-color: #4176AF;
127 158
}
128 159

  
129 160
.MTrimmedWindow {
130
    background-color: #515658;
161
	background-color: #515658;
131 162
}
132 163

  
133 164
.MTrimBar {
134
    background-color: #515658;
165
	background-color: #515658;
135 166
}
136 167

  
137
CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active {
138
    swt-shadow-visible: false;
168
CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
169
	swt-shadow-visible: false;
139 170
}
140 171

  
141

  
142 172
CTabFolder Tree, CTabFolder Canvas {
143
    background-color: #2F2F2F;
144
    color: #CCC;
173
	background-color: #2F2F2F;
174
	color: #CCC;
145 175
}
146 176

  
147 177
.MPartStack.active CTabFolder Canvas {
148
    background-color: #262626;
149
    color: #CCC;
178
	background-color: #262626;
179
	color: #CCC;
150 180
}
151 181

  
152 182
.MPartStack.active Table {
153
    background-color: #2F2F2F;
154
    color: #CCC;
183
	background-color: #2F2F2F;
184
	color: #CCC;
155 185
}
156 186

  
157 187
.View {
158
    background-color: #313538;
159
    color: #F5F5F5;
188
	background-color: #313538;
189
	color: #F5F5F5;
160 190
}
161 191

  
162

  
163 192
/* ###################### Top Toolbar ########################## */
164

  
165 193
#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;
194
	eclipse-perspective-keyline-color: #585858;
195
	background-color: #515658 #515658 100%;
196
	handle-image: none;
197
	color: #EBE8E4;
170 198
}
171 199

  
172

  
173 200
/* #################### Bottom Status Bar ######################## */
174

  
175
#org-eclipse-ui-StatusLine,
176
#org-eclipse-ui-ProgressBar,
177
#org-eclipse-ui-ProgressBar Canvas {
178
    color: #CCCCCC;
201
#org-eclipse-ui-StatusLine, #org-eclipse-ui-ProgressBar,
202
	#org-eclipse-ui-ProgressBar Canvas {
203
	color: #CCCCCC;
179 204
}
205

  
180 206
#org-eclipse-ui-StatusLine CLabel {
181
    color: #BDBAB7;
207
	color: #BDBAB7;
182 208
}
183 209

  
184
StatusLine, ImageBasedFrame{
185
    color: #BDBAB7;
210
StatusLine, ImageBasedFrame {
211
	color: #BDBAB7;
186 212
}
187 213

  
188

  
189

  
190 214
/* ###################### 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,
215
TabFolder, /* the following are required due to Bug 419482: */ TabFolder>Composite>TabFolder,
216
	TabFolder>Composite>*>TabFolder, DocCommentOwnerComposite>Group>TabFolder,
217
	TabFolder>Composite>ScrolledComposite>TabFolder, Shell>Composite>Composite>TabFolder,
218
	Composite>Composite>Composite>Group>TabFolder, Shell>Composite>Composite>Composite>TabFolder,
219
	ScrolledComposite>Composite>Composite>Composite>TabFolder, Shell>Composite>Composite>Composite>Composite>Composite>TabFolder,
220
	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
	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
	{
223
	/* background-color is not applied to the whole button,
206 224
       but text color is changed, so it appear light on light */
207
    background-color: #515658;
208
    color: #222;
225
	background-color: #515658;
226
	color: #222;
209 227
}
210 228

  
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,
229
Button, /* the following are required due to Bug 419482: */ Composite>Button,
230
	TabFolder>Composite>Button, TabFolder>Composite>*>Button,
231
	DocCommentOwnerComposite>Group>Button, TabFolder>Composite>ScrolledComposite>Button,
232
	Shell>Composite>Composite>Button, Composite>Composite>Composite>Group>Button,
233
	Shell>Composite>Composite>Composite>Button, ScrolledComposite>Composite>Composite>Composite>Button,
234
	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
	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
	Form>LayoutComposite>LayoutComposite>Button, .MPart Button, .MPartStack.active .MPart Button,
237
	.MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button,
238
	.MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button
239
	{
240
	/* background-color is not applied to the whole button,
231 241
       but text color is changed, so it appear light on light */
232
    background-color: #515658;
233
    color: #222;
242
	background-color: #515658;
243
	color: #222;
234 244
}
245

  
235 246
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;
247
	/* the following are required due to Bug 419482: */ Composite>Button[style~='SWT.CHECK'],
248
	TabFolder>Composite>Button[style~='SWT.CHECK'], TabFolder>Composite>*>Button[style~='SWT.CHECK'],
249
	DocCommentOwnerComposite>Group>Button[style~='SWT.CHECK'], TabFolder>Composite>ScrolledComposite>Button[style~='SWT.CHECK'],
250
	Shell>Composite>Composite>Button[style~='SWT.CHECK'], Composite>Composite>Composite>Group>Button[style~='SWT.CHECK'],
251
	Shell>Composite>Composite>Composite>Button[style~='SWT.CHECK'],
252
	ScrolledComposite>Composite>Composite>Composite>Button[style~='SWT.CHECK'],
253
	Shell>Composite>Composite>Composite>Composite>Composite>Button[style~='SWT.CHECK'],
254
	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
	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
	Form>LayoutComposite>LayoutComposite>Button[style~='SWT.CHECK'], .MPart Button[style~='SWT.CHECK'],
257
	.MPartStack.active .MPart Button[style~='SWT.CHECK'], .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.CHECK'],
258
	.MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.CHECK']
259
	{
260
	/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
261
	/* so, css rules applied to Button have to be overridden for non-Button matches */
262
	color: #ddd;
257 263
}
264

  
258 265
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;
266
	/* the following are required due to Bug 419482: */ Composite>Button[style~='SWT.RADIO'],
267
	TabFolder>Composite>Button[style~='SWT.RADIO'], TabFolder>Composite>*>Button[style~='SWT.RADIO'],
268
	DocCommentOwnerComposite>Group>Button[style~='SWT.RADIO'], TabFolder>Composite>ScrolledComposite>Button[style~='SWT.RADIO'],
269
	Shell>Composite>Composite>Button[style~='SWT.RADIO'], Composite>Composite>Composite>Group>Button[style~='SWT.RADIO'],
270
	Shell>Composite>Composite>Composite>Button[style~='SWT.RADIO'],
271
	ScrolledComposite>Composite>Composite>Composite>Button[style~='SWT.RADIO'],
272
	Shell>Composite>Composite>Composite>Composite>Composite>Button[style~='SWT.RADIO'],
273
	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
	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
	Form>LayoutComposite>LayoutComposite>Button[style~='SWT.RADIO'], .MPart Button[style~='SWT.RADIO'],
276
	.MPartStack.active .MPart Button[style~='SWT.RADIO'], .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.RADIO'],
277
	.MPartStack.active .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Button[style~='SWT.RADIO']
278
	{
279
	/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
280
	/* so, css rules applied to Button have to be overridden for non-Button matches */
281
	color: #ddd;
280 282
}
281 283

  
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 */
284
Combo, /* the following are required due to Bug 419482: */ Composite>Combo,
285
	TabFolder>Composite>Combo, TabFolder>Composite>*>Combo,
286
	DocCommentOwnerComposite>Group>Combo, TabFolder>Composite>ScrolledComposite>Combo,
287
	Shell>Composite>Composite>Combo, Composite>Composite>Composite>Group>Combo,
288
	Shell>Composite>Composite>Composite>Combo, ScrolledComposite>Composite>Composite>Composite>Combo,
289
	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
	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
	Form>LayoutComposite>LayoutComposite>Combo, .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Combo
292
	{
293
	background-color: #949DA5;
294
	color: #222; /* background of drop-drown list is hard-coded to white */
300 295
}
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;
296

  
297
Combo:selected, /* the following are required due to Bug 419482: */
298
	Composite>Combo:selected, TabFolder>Composite>Combo:selected, TabFolder>Composite>*>Combo:selected,
299
	DocCommentOwnerComposite>Group>Combo:selected, TabFolder>Composite>ScrolledComposite>Combo:selected,
300
	Shell>Composite>Composite>Combo:selected, Composite>Composite>Composite>Group>Combo:selected,
301
	Shell>Composite>Composite>Composite>Combo:selected, ScrolledComposite>Composite>Composite>Composite>Combo:selected,
302
	Shell>Composite>Composite>Composite>Composite>Composite>Combo:selected,
303
	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
	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
	Form>LayoutComposite>LayoutComposite>Combo:selected, .MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Combo:selected
306
	{
307
	background-color: #41464A;
308
	color: #FFF;
319 309
}
320 310

  
321 311
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
}
312
	/* the following are required due to Bug 419482: */ Composite>Text[style~='SWT.SEARCH'],
313
	TabFolder>Composite>Text[style~='SWT.SEARCH'], TabFolder>Composite>*>Text[style~='SWT.SEARCH'],
314
	DocCommentOwnerComposite>Group>Text[style~='SWT.SEARCH'], TabFolder>Composite>ScrolledComposite>Text[style~='SWT.SEARCH'],
315
	Shell>Composite>Composite>Text[style~='SWT.SEARCH'], Composite>Composite>Composite>Group>Text[style~='SWT.SEARCH'],
316
	Shell>Composite>Composite>Composite>Text[style~='SWT.SEARCH'],
317
	ScrolledComposite>Composite>Composite>Composite>Text[style~='SWT.SEARCH'],
318
	Shell>Composite>Composite>Composite>Composite>Composite>Text[style~='SWT.SEARCH'],
319
	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
	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
	#org-eclipse-pde-runtime-LogView Text[style~='SWT.SEARCH'], Form>LayoutComposite>LayoutComposite>Text[style~='SWT.SEARCH'],
322
	.MPart LayoutComposite>*>LayoutComposite>Section>LayoutComposite>Text[style~='SWT.SEARCH']
323
	{
324
	/* search boxes */
325
	background-color: #949da5; /* background-color is hard-coded */
326
	color: #333;
327
}
tmp/org.txm.rcp/css/high-contrast.css (revision 2400)
8 8
 * Contributors:
9 9
 *     IBM Corporation - initial API and implementation
10 10
 *******************************************************************************/
11
 
12
 @import url("platform:/plugin/org.eclipse.ui.themes/css/e4_classic_win7.css");
11
@import
12
	url("platform:/plugin/org.eclipse.ui.themes/css/e4_classic_win7.css");
13 13

  
14 14
CTabItem:selected {
15
 	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
15
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
16 16
}
17 17

  
18
.MPartStack.active > CTabItem:selected {
18
.MPartStack.active>CTabItem:selected {
19 19
	color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR';
20
}
20
}
tmp/org.txm.rcp/css/e4_classic_win7.css (revision 2400)
9 9
 *     IBM Corporation - initial API and implementation
10 10
 *     Lars Vogel <Lars.Vogel@gmail.com> - Bug 420836
11 11
 *******************************************************************************/
12

  
13 12
.MPart.busy {
14 13
	font-style: italic;
15 14
}
......
35 34

  
36 35
.MPartStack {
37 36
	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%;
37
	swt-selected-tabs-background:
38
		'#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START'
39
		'#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
39 40
	swt-simple: false;
40 41
	swt-mru-visible: true;
41 42
	color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
42 43
}
43 44

  
44 45
.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
	swt-selected-tabs-background:
47
		'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START'
48
		'#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
46 49
}
47 50

  
48 51
.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%;
52
	swt-selected-tabs-background:
53
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START'
54
		'#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100%;
50 55
}
51 56

  
52
.MPartStack.active.noFocus > CTabItem:selected {
57
.MPartStack.active.noFocus>CTabItem:selected {
53 58
	color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
54 59
}
55 60

  
56
#PerspectiveSwitcher  {
61
#PerspectiveSwitcher {
57 62
	eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF;
58 63
}
59 64

  
60 65
.MToolControl.TrimStack {
61
	frame-image:  url(./winClassicTSFrame.png);
62
	handle-image:  url(./winClassicHandle.png);
66
	frame-image: url(./winClassicTSFrame.png);
67
	handle-image: url(./winClassicHandle.png);
63 68
	frame-cuts: 5px 1px 5px 16px;
64 69
}
65 70

  
66 71
.MToolBar.Draggable {
67
	handle-image:  url(./dragHandle.png);
72
	handle-image: url(./dragHandle.png);
68 73
}
69 74

  
70 75
.MToolControl.Draggable {
71
	handle-image:  url(./dragHandle.png);
76
	handle-image: url(./dragHandle.png);
72 77
}
73 78

  
74 79
.DragFeedback {
......
81 86

  
82 87
#org-eclipse-ui-editorss {
83 88
	swt-tab-height: 8px;
84
}
89
}
tmp/org.txm.rcp/css/e4_default_gtk.css (revision 2400)
11 11
 *     Mickael Istria <mistria@redhat.com> - 325937
12 12
 *     Patrik Suzzi <psuzzi@gmail.com> - Bug 501250
13 13
 *******************************************************************************/
14
@import
15
	url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css");
14 16

  
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 {
17
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START
18
	{
18 19
	color: #EEEEEE;
19 20
}
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff