Skip to content

Commit bc1c635

Browse files
mvm-sapBeckerWdf
authored andcommitted
[Light Theme]Fix for bg colors of entries in Progress View
1 parent 35844b5 commit bc1c635

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,8 @@ Composite.MArea{
241241
.MPart CTabFolder{
242242
swt-outer-keyline-color: #ffffff;
243243
}
244+
245+
ProgressInfoItem,
246+
ProgressInfoItem > *{
247+
background-color:'#org-eclipse-ui-workbench-SECONDARY_BACKGROUND';
248+
}

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

+5
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,8 @@ Composite.MArea{
214214
.MPart CTabFolder{
215215
swt-outer-keyline-color: #ffffff;
216216
}
217+
218+
ProgressInfoItem,
219+
ProgressInfoItem > *{
220+
background-color: '#org-eclipse-ui-workbench-SECONDARY_BACKGROUND';
221+
}

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

+5
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,8 @@ Composite.MArea{
216216
.MPart CTabFolder{
217217
swt-outer-keyline-color: #ffffff;
218218
}
219+
220+
ProgressInfoItem,
221+
ProgressInfoItem > *{
222+
background-color: '#org-eclipse-ui-workbench-SECONDARY_BACKGROUND';
223+
}

0 commit comments

Comments
 (0)