Skip to content

Commit 28b2a1f

Browse files
committed
Light(Preview) - Fix for missing alternate rows for Tree Views in MAC
1 parent d6a50a4 commit 28b2a1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ CTabFolder Canvas {
103103
}
104104

105105
.View Composite,
106-
.View Composite Tree,
107106
.View Composite Label,
108107
.View ToolBar,
109108
.View Group,
@@ -195,6 +194,10 @@ CTabFolder Canvas {
195194
background-color: #ffffff;
196195
}
197196

197+
#org-eclipse-ui-navigator-ProjectExplorer Tree{
198+
background-color: #f8f8f8;
199+
}
200+
198201
Composite.MPartSashContainer{
199202
background-color: #f8f8f8;
200203
}

0 commit comments

Comments
 (0)