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
32 changes: 10 additions & 22 deletions bundles/org.eclipse.ui.themes/css/e4_default_gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ CTabFolder Canvas {
.View Group,
.View Group Label,
.View Section,
.View BusyIndicator,
.View Text[style~='SWT.READ_ONLY'],
.View SashForm,
.View OleFrame,
Expand All @@ -159,7 +160,14 @@ CTabFolder Canvas {
background-color: #f8f8f8;
}

.View ToolItem,
.View TitleRegion{
background-color:#f8f8f8;
}

.MPartStack.active .View TitleRegion{
background-color:#f8f8f8;
}

.View PageBook StyledText,
.View Button{
background-color: inherit;
Expand Down Expand Up @@ -239,24 +247,4 @@ Composite.MArea{

.MPart CTabFolder{
swt-outer-keyline-color: #ffffff;
}

.MPart Form Composite,
.MPart Form Section,
.MPart Form Label,
.MPart Form Text,
.MPart Form Button,
.MPart Form Sash
{
background-color: '#FFFFFF';
}

.MPartStack.active .MPart Form Composite,
.MPartStack.active .MPart Form Section,
.MPartStack.active .MPart Form Label,
.MPartStack.active .MPart Form Text,
.MPartStack.active .MPart Form Button,
.MPartStack.active .MPart Form Sash
{
background-color: '#FFFFFF';
}
}
33 changes: 10 additions & 23 deletions bundles/org.eclipse.ui.themes/css/e4_default_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ CTabFolder Canvas {

.MTrimBar#org-eclipse-ui-trim-status {
background-color: '#f8f8f8';

}

.View Composite,
Expand All @@ -114,6 +113,7 @@ CTabFolder Canvas {
.View Group,
.View Group Label,
.View Section,
.View BusyIndicator,
.View Text[style~='SWT.READ_ONLY'],
.View SashForm,
.View OleFrame,
Expand All @@ -130,7 +130,14 @@ CTabFolder Canvas {
background-color: #f8f8f8;
}

.View ToolItem,
.View TitleRegion{
background-color:#f8f8f8;
}

.MPartStack.active .View TitleRegion{
background-color:#f8f8f8;
}

.View PageBook StyledText,
.View Button{
background-color: inherit;
Expand Down Expand Up @@ -210,24 +217,4 @@ Composite.MArea{

.MPart CTabFolder{
swt-outer-keyline-color: #ffffff;
}

.MPart Form Composite,
.MPart Form Section,
.MPart Form Label,
.MPart Form Text,
.MPart Form Button,
.MPart Form Sash
{
background-color: '#FFFFFF';
}

.MPartStack.active .MPart Form Composite,
.MPartStack.active .MPart Form Section,
.MPartStack.active .MPart Form Label,
.MPartStack.active .MPart Form Text,
.MPartStack.active .MPart Form Button,
.MPartStack.active .MPart Form Sash
{
background-color: '#FFFFFF';
}
}
36 changes: 12 additions & 24 deletions bundles/org.eclipse.ui.themes/css/e4_default_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ CTabFolder Canvas {
.View Group,
.View Group Label,
.View Section,
.View BusyIndicator,
.View Text[style~='SWT.READ_ONLY'],
.View SashForm,
.View OleFrame,
Expand All @@ -134,14 +135,21 @@ CTabFolder Canvas {
background-color: #f8f8f8;
}

.View ToolItem,
.View TitleRegion{
background-color:#f8f8f8;
}

.MPartStack.active .View TitleRegion{
background-color:#f8f8f8;
}

.View PageBook StyledText,
.View Button{
background-color: inherit;
}

.View Section ToolItem{
background-color: #EAEAEA;
.View Toolbar ToolItem{
background-color: #eaeaea;
}

.View Composite PrependingAsteriskFilteredTree,
Expand Down Expand Up @@ -214,24 +222,4 @@ Composite.MArea{

.MPart CTabFolder{
swt-outer-keyline-color: #ffffff;
}

.MPart Form Composite,
.MPart Form Section,
.MPart Form Label,
.MPart Form Text,
.MPart Form Button,
.MPart Form Sash
{
background-color: '#FFFFFF';
}

.MPartStack.active .MPart Form Composite,
.MPartStack.active .MPart Form Section,
.MPartStack.active .MPart Form Label,
.MPartStack.active .MPart Form Text,
.MPartStack.active .MPart Form Button,
.MPartStack.active .MPart Form Sash
{
background-color: '#FFFFFF';
}
}