Skip to content

Commit 946ba25

Browse files
committed
Light(Preview) theme-Fix for missing alternate row colors for Tree [MAC]
Tree Viewers had alternate row colors if they had coloumns, in Light Theme. This was missing in Light(Preview) theme. This has been fixed with this change by making swt-lines-visible (Tree Property) to true.
1 parent 52d1a35 commit 946ba25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ CTabFolder Canvas {
104104
}
105105

106106
.View Composite,
107-
.View Composite Tree,
108107
.View Composite Label,
109108
.View ToolBar,
110109
.View Group,
@@ -126,6 +125,11 @@ CTabFolder Canvas {
126125
background-color: #f8f8f8;
127126
}
128127

128+
.View Composite Tree{
129+
background-color: #f8f8f8;
130+
swt-lines-visible: true;
131+
}
132+
129133
.View TitleRegion{
130134
background-color:#f8f8f8;
131135
}

0 commit comments

Comments
 (0)