Skip to content

Commit 71edf6b

Browse files
committed
Fix for bg color of some views like Types, Console etc- mac, win, linux
1 parent e41945c commit 71edf6b

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,16 @@ CTabFolder Canvas {
151151
.View StyledText[style~='SWT.READ_ONLY'],
152152
.View Link,
153153
.View FormText,
154-
.View Hyperlink
154+
.View Hyperlink,
155+
.View Canvas,
156+
.View FigureCanvas,
157+
.View Table
155158
{
156159
background-color: #f8f8f8;
157160
}
158161

159162
.View ToolItem,
163+
.View PageBook StyledText,
160164
.View Button{
161165
background-color: inherit;
162166
}
@@ -255,4 +259,4 @@ Composite.MArea{
255259
.MPartStack.active .MPart Form Sash
256260
{
257261
background-color: '#FFFFFF';
258-
}
262+
}

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ CTabFolder Canvas {
101101
background-color: rgb(255, 255, 255);
102102
}
103103

104-
/* Below changes were added to enhance the appearance of Light theme with ref to other IDEs like VS Code,IntelliJ etc. */
105-
104+
106105
.MTrimBar#org-eclipse-ui-trim-status {
107106
background-color: '#f8f8f8';
108107

@@ -124,12 +123,15 @@ CTabFolder Canvas {
124123
.View Link,
125124
.View FormText,
126125
.View Hyperlink,
127-
.View AtcProblemsViewWelcomePage StyledText
126+
.View Canvas,
127+
.View FigureCanvas,
128+
.View Table
128129
{
129130
background-color: #f8f8f8;
130131
}
131132

132133
.View ToolItem,
134+
.View PageBook StyledText,
133135
.View Button{
134136
background-color: inherit;
135137
}
@@ -140,12 +142,9 @@ CTabFolder Canvas {
140142

141143
.View Composite PrependingAsteriskFilteredTree,
142144
.View PrependingAsteriskFilteredTree Text,
143-
.View LoggingViewFilteredTree,
144-
.View LoggingViewFilteredTree Text,
145145
.View Group Text,
146146
.View Group Combo,
147147
.View Composite Text,
148-
.View OSLPackageSetTableComposite Label,
149148
.View Button[style~='SWT.PUSH']{
150149
background-color: #ffffff;
151150
}
@@ -218,8 +217,7 @@ Composite.MArea{
218217
.MPart Form Label,
219218
.MPart Form Text,
220219
.MPart Form Button,
221-
.MPart Form Sash,
222-
.MPart Form AdtFormToolkit-AdtHyperLink
220+
.MPart Form Sash
223221
{
224222
background-color: '#FFFFFF';
225223
}
@@ -229,8 +227,7 @@ Composite.MArea{
229227
.MPartStack.active .MPart Form Label,
230228
.MPartStack.active .MPart Form Text,
231229
.MPartStack.active .MPart Form Button,
232-
.MPartStack.active .MPart Form Sash,
233-
.MPartStack.active .MPart Form AdtFormToolkit-AdtHyperLink
230+
.MPartStack.active .MPart Form Sash
234231
{
235232
background-color: '#FFFFFF';
236233
}

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ CTabFolder Canvas {
103103
background-color: #ffffff;
104104
}
105105

106-
/* Below changes were added to enhance the appearance of Light theme with ref to other IDEs like VS Code,IntelliJ etc. */
107-
108106
.MTrimBar#org-eclipse-ui-main-toolbar {
109107
background-color: '#f8f8f8';
110108
}
@@ -128,12 +126,16 @@ CTabFolder Canvas {
128126
.View StyledText[style~='SWT.READ_ONLY'],
129127
.View Link,
130128
.View FormText,
131-
.View Hyperlink
129+
.View Hyperlink,
130+
.View Canvas,
131+
.View FigureCanvas,
132+
.View Table
132133
{
133134
background-color: #f8f8f8;
134135
}
135136

136137
.View ToolItem,
138+
.View PageBook StyledText,
137139
.View Button{
138140
background-color: inherit;
139141
}

0 commit comments

Comments
 (0)