Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bundles/org.eclipse.ui.themes/css/e4-dark_linux.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
swt-selected-highlight-top: false;
}

.MPart Form Composite,
.MPart Form Composite Tree,
.MPartStack.active .MPart Form Composite Tree
.Editor Form Composite,
.Editor Form Composite Tree,
.MPartStack.active .Editor Form Composite Tree
{
background-color: #1E1F22;
}
6 changes: 3 additions & 3 deletions bundles/org.eclipse.ui.themes/css/e4-dark_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
swt-selected-highlight-top: false;
}

.MPart Form Composite,
.MPart Form Composite Tree,
.MPartStack.active .MPart Form Composite Tree
.Editor Form Composite,
.Editor Form Composite Tree,
.MPartStack.active .Editor Form Composite Tree
{
background-color: #1E1F22;
}
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.ui.themes/css/e4-dark_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ CTabFolder[style~='SWT.DOWN'][style~='SWT.BOTTOM'] {
swt-selected-highlight-top: false;
}

.MPart Form Composite,
.MPart Form Composite Tree,
.MPartStack.active .MPart Form Composite Tree
.Editor Form Composite,
.Editor Form Composite Tree,
.MPartStack.active .Editor Form Composite Tree
{
background-color: #1E1F22;
}
Loading