Skip to content
Closed
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: 4 additions & 2 deletions bundles/org.eclipse.ui.themes/css/e4_default_gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,10 @@ CTabFolder Canvas {
swt-selected-highlight-top: true;
}

#org-eclipse-e4-ui-compatibility-editor Composite{
background-color: #ffffff;
#org-eclipse-e4-ui-compatibility-editor Composite,
#org-eclipse-e4-ui-compatibility-editor Composite>*
{
background-color:#ffffff;
}

Composite.MPartSashContainer{
Expand Down
6 changes: 4 additions & 2 deletions bundles/org.eclipse.ui.themes/css/e4_default_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,10 @@ CTabFolder Canvas {
swt-selected-highlight-top: true;
}

#org-eclipse-e4-ui-compatibility-editor Composite{
background-color: #ffffff;
#org-eclipse-e4-ui-compatibility-editor Composite,
#org-eclipse-e4-ui-compatibility-editor Composite>*
{
background-color:#ffffff;
}

Composite.MPartSashContainer{
Expand Down
6 changes: 4 additions & 2 deletions bundles/org.eclipse.ui.themes/css/e4_default_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,10 @@ CTabFolder Canvas {
swt-selected-highlight-top: true;
}

#org-eclipse-e4-ui-compatibility-editor Composite{
background-color: #ffffff;
#org-eclipse-e4-ui-compatibility-editor Composite,
#org-eclipse-e4-ui-compatibility-editor Composite>*
{
background-color:#ffffff;
}

Composite.MPartSashContainer{
Expand Down
Loading