Skip to content

Commit e4acbda

Browse files
BeckerWdfpraveen-skp
authored andcommitted
Don't put color values in single quotes
1 parent ec87002 commit e4acbda

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ CTabFolder Canvas {
126126
}
127127

128128
.MTrimBar#org-eclipse-ui-main-toolbar {
129-
background-color: '#f8f8f8';
129+
background-color: #f8f8f8;
130130
}
131131

132132
.MTrimBar#org-eclipse-ui-trim-status {
133-
background-color: '#f8f8f8';
133+
background-color: #f8f8f8;
134134
}
135135

136136
.View Composite,
@@ -197,14 +197,14 @@ CTabFolder Canvas {
197197

198198
/* text color and background color of unselected tabs in editor*/
199199
#org-eclipse-ui-editorss CTabItem{
200-
color: '#000000';
201-
background-color: '#f8f8f8';
200+
color: #000000;
201+
background-color: #f8f8f8;
202202
}
203203

204204
/*text color and background color of selected tab in editor */
205205
#org-eclipse-ui-editorss CTabItem:selected{
206-
color: '#000000';
207-
background-color: '#FFFFFF';
206+
color: #000000;
207+
background-color: #FFFFFF;
208208
}
209209

210210
#org-eclipse-ui-editorss CTabFolder{
@@ -218,7 +218,7 @@ CTabFolder Canvas {
218218
}
219219

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
8383
}
8484

8585
.MTrimmedWindow {
86-
background-color: '#f8f8f8';
86+
background-color: #f8f8f8;
8787
}
8888

8989
.MTrimBar {
90-
background-color: '#f8f8f8';
90+
background-color: #f8f8f8;
9191
}
9292

9393
.MTrimBar#org-eclipse-ui-main-toolbar {
94-
background-color: '#f8f8f8';
94+
background-color: #f8f8f8;
9595
}
9696

9797
CTabFolder Canvas {
@@ -100,7 +100,7 @@ CTabFolder Canvas {
100100

101101

102102
.MTrimBar#org-eclipse-ui-trim-status {
103-
background-color: '#f8f8f8';
103+
background-color: #f8f8f8;
104104
}
105105

106106
.View Composite,
@@ -167,14 +167,14 @@ CTabFolder Canvas {
167167

168168
/* text color of unselected tabs in editor*/
169169
#org-eclipse-ui-editorss CTabItem{
170-
color: '#000000';
171-
background-color: '#f8f8f8';
170+
color: #000000;
171+
background-color: #f8f8f8;
172172
}
173173

174174
/*text color and background color of selected tab in editor */
175175
#org-eclipse-ui-editorss CTabItem:selected{
176-
color: '#000000';
177-
background-color: '#FFFFFF';
176+
color: #000000;
177+
background-color: #FFFFFF;
178178
}
179179

180180
#org-eclipse-ui-editorss CTabFolder{
@@ -188,7 +188,7 @@ CTabFolder Canvas {
188188
}
189189

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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ CTabFolder Canvas {
100100
}
101101

102102
.MTrimBar#org-eclipse-ui-main-toolbar {
103-
background-color: '#f8f8f8';
103+
background-color: #f8f8f8;
104104
}
105105

106106
.MTrimBar#org-eclipse-ui-trim-status {
107-
background-color: '#f8f8f8';
107+
background-color: #f8f8f8;
108108
}
109109

110110
.View Composite,
@@ -171,14 +171,14 @@ CTabFolder Canvas {
171171

172172
/* text color and background color of unselected tabs in editor*/
173173
#org-eclipse-ui-editorss CTabItem{
174-
color: '#000000';
175-
background-color: '#f8f8f8';
174+
color: #000000;
175+
background-color: #f8f8f8;
176176
}
177177

178178
/*text color and background color of selected tab in editor */
179179
#org-eclipse-ui-editorss CTabItem:selected{
180-
color: '#000000';
181-
background-color: '#FFFFFF';
180+
color: #000000;
181+
background-color: #FFFFFF;
182182
}
183183

184184
#org-eclipse-ui-editorss CTabFolder{
@@ -192,7 +192,7 @@ CTabFolder Canvas {
192192
}
193193

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

0 commit comments

Comments
 (0)