Skip to content

Commit

Permalink
Light(Preview) theme-Fix for missing alternate row colors for Tree [MAC]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mvm-sap committed Oct 15, 2024
1 parent 52d1a35 commit 946ba25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bundles/org.eclipse.ui.themes/css/e4_preview_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ CTabFolder Canvas {
}

.View Composite,
.View Composite Tree,
.View Composite Label,
.View ToolBar,
.View Group,
Expand All @@ -126,6 +125,11 @@ CTabFolder Canvas {
background-color: #f8f8f8;
}

.View Composite Tree{
background-color: #f8f8f8;
swt-lines-visible: true;
}

.View TitleRegion{
background-color:#f8f8f8;
}
Expand Down

0 comments on commit 946ba25

Please sign in to comment.