Skip to content

Commit ad6982b

Browse files
committed
[Light Theme]Fix for bg colors of entries in Progress View
1 parent f9a78c2 commit ad6982b

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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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)