Skip to content

Commit ec87002

Browse files
BeckerWdfpraveen-skp
authored andcommitted
Don't mix tabs and spaces
1 parent e2003ad commit ec87002

13 files changed

+94
-96
lines changed

bundles/org.eclipse.ui.themes/css/e4-dark_linux.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark-drag-styling.css");
2222

2323
CTabFolder Canvas {
24-
background-color: #2F2F2F;
25-
color: #CCC;
24+
background-color: #2F2F2F;
25+
color: #CCC;
2626
}
2727

2828
CTabFolder Scale {
29-
background-color: inherit;
29+
background-color: inherit;
3030
}
3131

3232
.MPartStack.active CTabFolder Canvas {
33-
background-color: #262626;
34-
color: #CCC;
33+
background-color: #262626;
34+
color: #CCC;
3535
}
3636

3737

@@ -43,5 +43,5 @@ ImageBasedFrame,
4343
#org-eclipse-ui-StatusLine CLabel,
4444
#org-eclipse-ui-ProgressBar,
4545
#org-eclipse-ui-ProgressBar Canvas {
46-
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
46+
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
4747
}

bundles/org.eclipse.ui.themes/css/e4-dark_mac.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark-drag-styling.css");
2121

2222
.MPartStack.active CTabFolder Canvas {
23-
background-color: #262626;
24-
color: #CCC;
23+
background-color: #262626;
24+
color: #CCC;
2525
}
2626

2727

@@ -33,23 +33,23 @@ ImageBasedFrame,
3333
#org-eclipse-ui-StatusLine CLabel,
3434
#org-eclipse-ui-ProgressBar,
3535
#org-eclipse-ui-ProgressBar Canvas {
36-
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
36+
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
3737
}
3838

3939
/* ###################### Global Styles ########################## */
4040

4141
/* Use unset to set the foreground/background color to null */
4242

4343
Table[swt-lines-visible=true] {
44-
background-color: unset;
44+
background-color: unset;
4545
}
4646

4747
Tree[swt-lines-visible=true] {
48-
background-color: unset;
48+
background-color: unset;
4949
}
5050

5151
Button {
52-
background-color: unset;
53-
color: unset;
52+
background-color: unset;
53+
color: unset;
5454
}
5555

bundles/org.eclipse.ui.themes/css/e4-dark_mac1013.css

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark-drag-styling.css");
2121

2222
CTabFolder Canvas {
23-
background-color: #2F2F2F;
24-
color: #CCC;
23+
background-color: #2F2F2F;
24+
color: #CCC;
2525
}
2626

2727
.MPartStack.active CTabFolder Canvas {
28-
background-color: #262626;
29-
color: #CCC;
28+
background-color: #262626;
29+
color: #CCC;
3030
}
3131

3232
/* #################### Bottom Status Bar ######################## */
@@ -37,44 +37,42 @@ ImageBasedFrame,
3737
#org-eclipse-ui-StatusLine CLabel,
3838
#org-eclipse-ui-ProgressBar,
3939
#org-eclipse-ui-ProgressBar Canvas {
40-
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
40+
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
4141
}
4242

4343

4444
/* ###################### Global Styles ########################## */
4545

4646
TabFolder {
47-
/* background-color is not applied to the whole button,
48-
but text color is changed, so it appear light on light */
49-
background-color: '#org-eclipse-ui-workbench-DARK_BACKGROUND';
50-
color: #222;
47+
/* background-color is not applied to the whole button, but text color is changed, so it appear light on light */
48+
background-color: '#org-eclipse-ui-workbench-DARK_BACKGROUND';
49+
color: #222;
5150
}
5251

5352
Button {
54-
/* background-color is not applied to the whole button,
55-
but text color is changed, so it appear light on light */
56-
background-color: #2F2F2F;
57-
color: #CCCCCC;
53+
/* background-color is not applied to the whole button, but text color is changed, so it appear light on light */
54+
background-color: #2F2F2F;
55+
color: #CCCCCC;
5856
}
5957
Button[style~='SWT.CHECK'] {
60-
/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
61-
/* so, css rules applied to Button have to be overridden for non-Button matches */
62-
background-color: '#org-eclipse-ui-workbench-DARK_BACKGROUND';
63-
color: #ddd;
58+
/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
59+
/* so, css rules applied to Button have to be overridden for non-Button matches */
60+
background-color: '#org-eclipse-ui-workbench-DARK_BACKGROUND';
61+
color: #ddd;
6462
}
6563
Button[style~='SWT.RADIO'] {
66-
/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
67-
/* so, css rules applied to Button have to be overridden for non-Button matches */
68-
background-color: '#org-eclipse-ui-workbench-DARK_BACKGROUND';
69-
color: #ddd;
64+
/* currently, Button object isn't consistent (eg. also a checkbox is seen as Button) */
65+
/* so, css rules applied to Button have to be overridden for non-Button matches */
66+
background-color: '#org-eclipse-ui-workbench-DARK_BACKGROUND';
67+
color: #ddd;
7068
}
7169

7270
Combo {
73-
background-color: #949DA5;
74-
color: #222; /* background of drop-drown list is hard-coded to white */
71+
background-color: #949DA5;
72+
color: #222; /* background of drop-drown list is hard-coded to white */
7573
}
7674
Combo:selected {
77-
background-color: #41464A;
78-
color: #FFF;
75+
background-color: #41464A;
76+
color: #FFF;
7977
}
8078

bundles/org.eclipse.ui.themes/css/e4-dark_win.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark-drag-styling.css");
2424

2525
CTabFolder Canvas {
26-
background-color: #2F2F2F;
27-
color: #CCC;
26+
background-color: #2F2F2F;
27+
color: #CCC;
2828
}
2929

3030
CTabFolder Scale {
31-
background-color: inherit;
31+
background-color: inherit;
3232
}
3333

3434
.MPartStack.active CTabFolder Canvas {
35-
background-color: #262626;
36-
color: #CCC;
35+
background-color: #262626;
36+
color: #CCC;
3737
}
3838

3939
.MPartStack.active Table {
40-
background-color: #2F2F2F;
41-
color: #CCC;
40+
background-color: #2F2F2F;
41+
color: #CCC;
4242
}
4343

4444
Tree, Table {
@@ -53,7 +53,7 @@ ImageBasedFrame,
5353
#org-eclipse-ui-StatusLine CLabel,
5454
#org-eclipse-ui-ProgressBar,
5555
#org-eclipse-ui-ProgressBar Canvas {
56-
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
56+
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
5757
}
5858

5959

@@ -102,8 +102,8 @@ ImageBasedFrame,
102102
.MPartStack.active .MPart Form ListEditorComposite,
103103
.MPartStack.active .MPart Form Text[style~='SWT.READ_ONLY'],
104104
.MPartStack.active .MPart Form DependenciesComposite > SashForm > Section > * { /* Section > DependenciesComposite$... */
105-
background-color: #4f5355;
106-
color: #f4f7f7;
105+
background-color: #4f5355;
106+
color: #f4f7f7;
107107
}
108108
#org-eclipse-help-ui-HelpView Form,
109109
#org-eclipse-help-ui-HelpView Form Sash,
@@ -114,8 +114,8 @@ ImageBasedFrame,
114114
#org-eclipse-help-ui-HelpView Form Group,
115115
#org-eclipse-help-ui-HelpView Form ScrolledPageBook,
116116
#org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY'] {
117-
background-color: #2F2F2F;
118-
color: #CCCCCC;
117+
background-color: #2F2F2F;
118+
color: #CCCCCC;
119119
}
120120
.MPartStack.active #org-eclipse-help-ui-HelpView Form,
121121
.MPartStack.active #org-eclipse-help-ui-HelpView Form Sash,
@@ -126,12 +126,12 @@ ImageBasedFrame,
126126
.MPartStack.active #org-eclipse-help-ui-HelpView Form Group,
127127
.MPartStack.active #org-eclipse-help-ui-HelpView Form ScrolledPageBook,
128128
.MPartStack.active #org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY'] {
129-
background-color: #262626;
130-
color: #BBBBBB;
129+
background-color: #262626;
130+
color: #BBBBBB;
131131
}
132132
.MPart Form Section Tree,
133133
.MPartStack.active .MPart Form Section Tree {
134-
background-color: #313538;
135-
color: #DDDDDD;
134+
background-color: #313538;
135+
color: #DDDDDD;
136136
}
137137

bundles/org.eclipse.ui.themes/css/e4_default_mac.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ CTabFolder.MArea {
9393
}
9494

9595
CTabFolder {
96-
swt-selected-tabs-background: rgb(255, 255, 255);
96+
swt-selected-tabs-background: rgb(255, 255, 255);
9797
}
9898

9999
CTabFolder CTabItem:selected {
100-
background-color: rgb(230, 230, 230);
100+
background-color: rgb(230, 230, 230);
101101
}
102102

103103
CTabFolder Canvas {
104-
background-color: rgb(255, 255, 255);
104+
background-color: rgb(255, 255, 255);
105105
}

bundles/org.eclipse.ui.themes/css/e4_preview_gtk.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR {
8989
}
9090

9191
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR {
92-
color: #000000;
92+
color: #000000;
9393
}
9494

9595
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
96-
color: #000000;
96+
color: #000000;
9797
}
9898

9999
.MTrimmedWindow {
@@ -187,12 +187,12 @@ CTabFolder Canvas {
187187

188188
.MPartStack{
189189
swt-selected-tab-highlight: #A0A0A0;
190-
swt-selected-highlight-top: false;
190+
swt-selected-highlight-top: false;
191191
}
192192

193193
.MPartStack.active {
194-
swt-selected-tab-highlight: #2160bb;
195-
swt-selected-highlight-top: false;
194+
swt-selected-tab-highlight: #2160bb;
195+
swt-selected-highlight-top: false;
196196
}
197197

198198
/* text color and background color of unselected tabs in editor*/
@@ -218,8 +218,8 @@ CTabFolder Canvas {
218218
}
219219

220220
#org-eclipse-ui-editorss CTabFolder.active {
221-
swt-selected-tab-highlight: '#2160bb';
222-
swt-selected-highlight-top: true;
221+
swt-selected-tab-highlight: '#2160bb';
222+
swt-selected-highlight-top: true;
223223
}
224224

225225
#org-eclipse-e4-ui-compatibility-editor Composite{

bundles/org.eclipse.ui.themes/css/e4_preview_mac.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR {
7575
}
7676

7777
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR {
78-
color: #000000;
78+
color: #000000;
7979
}
8080

8181
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
82-
color: #000000;
82+
color: #000000;
8383
}
8484

8585
.MTrimmedWindow {
@@ -95,7 +95,7 @@ ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
9595
}
9696

9797
CTabFolder Canvas {
98-
background-color: rgb(255, 255, 255);
98+
background-color: rgb(255, 255, 255);
9999
}
100100

101101

@@ -161,8 +161,8 @@ CTabFolder Canvas {
161161
}
162162

163163
.MPartStack.active {
164-
swt-selected-tab-highlight: #5983c5;
165-
swt-selected-highlight-top: false;
164+
swt-selected-tab-highlight: #5983c5;
165+
swt-selected-highlight-top: false;
166166
}
167167

168168
/* text color of unselected tabs in editor*/
@@ -188,8 +188,8 @@ CTabFolder Canvas {
188188
}
189189

190190
#org-eclipse-ui-editorss CTabFolder.active {
191-
swt-selected-tab-highlight: '#5983c5';
192-
swt-selected-highlight-top: true;
191+
swt-selected-tab-highlight: '#5983c5';
192+
swt-selected-highlight-top: true;
193193
}
194194

195195
#org-eclipse-e4-ui-compatibility-editor Composite{

bundles/org.eclipse.ui.themes/css/e4_preview_win.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR {
7575
}
7676

7777
ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR {
78-
color: #000000;
78+
color: #000000;
7979
}
8080

8181
ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
82-
color: #000000;
82+
color: #000000;
8383
}
8484

8585
.MPartStack {
@@ -165,8 +165,8 @@ CTabFolder Canvas {
165165
}
166166

167167
.MPartStack.active {
168-
swt-selected-tab-highlight: #2160bb;
169-
swt-selected-highlight-top: false;
168+
swt-selected-tab-highlight: #2160bb;
169+
swt-selected-highlight-top: false;
170170
}
171171

172172
/* text color and background color of unselected tabs in editor*/
@@ -192,8 +192,8 @@ CTabFolder Canvas {
192192
}
193193

194194
#org-eclipse-ui-editorss CTabFolder.active {
195-
swt-selected-tab-highlight: '#2160bb';
196-
swt-selected-highlight-top: true;
195+
swt-selected-tab-highlight: '#2160bb';
196+
swt-selected-highlight-top: true;
197197
}
198198

199199
#org-eclipse-e4-ui-compatibility-editor Composite{

bundles/org.eclipse.ui.themes/css/high-contrast.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/
14-
15-
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_classic.css");
14+
15+
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_classic.css");
1616

1717
CTabItem:selected {
18-
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
18+
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
1919
}
2020

2121
.MPartStack.active > CTabItem:selected {
@@ -24,5 +24,5 @@ CTabItem:selected {
2424

2525
.MPart Composite
2626
{
27-
background-color: #000000;
27+
background-color: #000000;
2828
}

0 commit comments

Comments
 (0)