Skip to content

Commit 626ba15

Browse files
Mailaendervogella
authored andcommitted
Fix a typo.
1 parent fb93868 commit 626ba15

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed

examples/org.eclipse.e4.demo.cssbridge/css/blue.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/
14-
14+
1515
@import url("common.css");
1616

1717
/* for IDs see the class: org.eclipse.e4.demo.cssbridge.ui.views.Theme.Shell */
1818
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-background {
1919
color: #eef5ff;
2020
}
21-
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-seletion-foreground {
21+
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-selection-foreground {
2222
color: yellow;
2323
}
24-
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-seletion-background {
24+
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-selection-background {
2525
color: #00a8ff;
2626
}
2727
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-text-and-label-foreground {

examples/org.eclipse.e4.demo.cssbridge/css/green.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/
14-
14+
1515
@import url("common.css");
1616

1717
/* for IDs see the class: org.eclipse.e4.demo.cssbridge.ui.views.Theme.Shell */
1818
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-background {
1919
color: #f4ffdd;
2020
}
21-
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-seletion-foreground {
21+
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-selection-foreground {
2222
color: #b8f2ff;
2323
}
24-
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-seletion-background {
24+
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-selection-background {
2525
color: #00871d;
2626
}
2727
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-text-and-label-foreground {

examples/org.eclipse.e4.demo.cssbridge/css/red.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/
14-
14+
1515
@import url("common.css");
1616

1717
/* for IDs see the class: org.eclipse.e4.demo.cssbridge.ui.views.Theme.Shell */
1818
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-background {
1919
color: #ffe0c4;
2020
}
21-
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-seletion-foreground {
21+
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-selection-foreground {
2222
color: yellow;
2323
}
24-
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-seletion-background {
24+
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-selection-background {
2525
color: #f8cd00;
2626
}
2727
ColorDefinition#org-eclipse-e4-demo-cssbridge-ui-views-theme-shell-text-and-label-foreground {

examples/org.eclipse.e4.demo.cssbridge/plugin.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ org.eclipse.e4.demo.cssbridge.red.theme=Red theme
2121

2222
org.eclipse.e4.demo.cssbridge.ui.views.Theme=CSS bridge demo theme
2323
org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.background=Shell background
24-
org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.foreground=Shell selection foreground
25-
org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.background=Shell selection background
24+
org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.foreground=Shell selection foreground
25+
org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.background=Shell selection background
2626
org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.text.and.label.foreground=Shell text and label foreground
2727
org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.link.foreground=Shell link foreground
2828
org.eclipse.e4.demo.cssbridge.ui.views.theme.foldersview.mailbox.name.font=FoldersView mailbox name font

examples/org.eclipse.e4.demo.cssbridge/plugin.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
description="%command.description.2"
6363
categoryId="org.eclipse.e4.demo.cssbridge.css.theme.switcher.category"
6464
id="org.eclipse.e4.demo.cssbridge.switch.to.red.css.theme">
65-
</command>
65+
</command>
6666
</extension>
67-
67+
6868
<extension
6969
id="product"
7070
point="org.eclipse.core.runtime.products">
@@ -81,8 +81,8 @@
8181
</property>
8282
</product>
8383
</extension>
84-
85-
84+
85+
8686
<!-- The CSS theme definition -->
8787
<extension point="org.eclipse.e4.ui.css.swt.theme">
8888
<theme
@@ -106,39 +106,39 @@
106106
label="%org.eclipse.e4.demo.cssbridge.red.theme">
107107
</theme>
108108
</extension>
109-
109+
110110
<!-- The 3.x theme definition -->
111111
<extension point="org.eclipse.ui.themes">
112112
<themeElementCategory
113113
id="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
114114
label="%org.eclipse.e4.demo.cssbridge.ui.views.Theme"/>
115-
115+
116116
<!-- for IDs see the class: org.eclipse.e4.demo.cssbridge.ui.views.Shell -->
117117
<colorDefinition
118-
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.foreground"
118+
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.foreground"
119119
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
120-
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.foreground"
121-
value="COLOR_LIST_SELECTION_TEXT">
120+
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.foreground"
121+
value="COLOR_LIST_SELECTION_TEXT">
122122
</colorDefinition>
123123
<colorDefinition
124-
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.background"
124+
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.background"
125125
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
126-
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.background"
127-
value="COLOR_LIST_SELECTION">
126+
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.background"
127+
value="COLOR_LIST_SELECTION">
128128
</colorDefinition>
129129
<colorDefinition
130130
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.text.and.label.foreground"
131131
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
132132
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.text.and.label.foreground"
133-
value="COLOR_WIDGET_FOREGROUND">
134-
</colorDefinition>
133+
value="COLOR_WIDGET_FOREGROUND">
134+
</colorDefinition>
135135
<colorDefinition
136136
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.link.foreground"
137137
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
138138
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.link.foreground"
139-
value="COLOR_LINK_FOREGROUND">
140-
</colorDefinition>
141-
139+
value="COLOR_LINK_FOREGROUND">
140+
</colorDefinition>
141+
142142
<!-- for IDs see the class: org.eclipse.e4.demo.cssbridge.ui.views.Theme.FoldersView -->
143143
<fontDefinition
144144
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.foldersview.mailbox.name.font"
@@ -150,9 +150,9 @@
150150
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.foldersview.mailbox.name.foreground"
151151
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
152152
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.foldersview.mailbox.name.foreground"
153-
value="COLOR_LIST_FOREGROUND">
153+
value="COLOR_LIST_FOREGROUND">
154154
</colorDefinition>
155-
155+
156156
<fontDefinition
157157
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.foldersview.folder.type.font"
158158
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
@@ -163,9 +163,9 @@
163163
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.foldersview.folder.type.foreground"
164164
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
165165
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.foldersview.type.foreground"
166-
value="COLOR_LIST_FOREGROUND">
166+
value="COLOR_LIST_FOREGROUND">
167167
</colorDefinition>
168-
168+
169169
<!-- for IDs see the class: org.eclipse.e4.demo.cssbridge.ui.views.Theme.FolderPreviewView -->
170170
<fontDefinition
171171
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.low.imp.mail.font"
@@ -177,9 +177,9 @@
177177
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.low.imp.mail.foreground"
178178
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
179179
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.low.imp.mail.foreground"
180-
value="COLOR_LIST_FOREGROUND">
180+
value="COLOR_LIST_FOREGROUND">
181181
</colorDefinition>
182-
182+
183183
<fontDefinition
184184
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.normal.imp.mail.font"
185185
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
@@ -190,9 +190,9 @@
190190
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.normal.imp.mail.foreground"
191191
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
192192
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.normal.imp.mail.foreground"
193-
value="COLOR_LIST_FOREGROUND">
193+
value="COLOR_LIST_FOREGROUND">
194194
</colorDefinition>
195-
195+
196196
<fontDefinition
197197
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.high.imp.mail.font"
198198
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
@@ -203,7 +203,7 @@
203203
id="org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.high.imp.mail.foreground"
204204
categoryId="org.eclipse.e4.demo.cssbridge.ui.views.Theme"
205205
label="%org.eclipse.e4.demo.cssbridge.ui.views.theme.folderpreviewview.high.imp.mail.foreground"
206-
value="COLOR_LIST_FOREGROUND">
206+
value="COLOR_LIST_FOREGROUND">
207207
</colorDefinition>
208208
</extension>
209209

examples/org.eclipse.e4.demo.cssbridge/src/org/eclipse/e4/demo/cssbridge/ui/views/Theme.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public class Theme {
2424

2525
public interface Shell {
2626
String BACKGROUND = "org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.background";
27-
String SELECTION_FOREGROUND = "org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.foreground";
28-
String SELECTION_BACKGROUND = "org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.seletion.background";
27+
String SELECTION_FOREGROUND = "org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.foreground";
28+
String SELECTION_BACKGROUND = "org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.selection.background";
2929
String TEXT_AND_LABEL_FOREGROUND = "org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.text.and.label.foreground";
3030
String LINK_FOREGROUND = "org.eclipse.e4.demo.cssbridge.ui.views.theme.shell.link.foreground";
3131
}

0 commit comments

Comments
 (0)