Skip to content

Commit

Permalink
Removing ADT specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvm-sap authored and vogella committed Jul 20, 2024
1 parent 387ec96 commit 9fd07c6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions bundles/org.eclipse.ui.themes/css/e4_default_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ CTabFolder Canvas {
.View StyledText[style~='SWT.READ_ONLY'],
.View Link,
.View FormText,
.View Hyperlink,
.View AtcProblemsViewWelcomePage StyledText
.View Hyperlink
{
background-color: #f8f8f8;
}
Expand All @@ -145,12 +144,9 @@ CTabFolder Canvas {

.View Composite PrependingAsteriskFilteredTree,
.View PrependingAsteriskFilteredTree Text,
.View LoggingViewFilteredTree,
.View LoggingViewFilteredTree Text,
.View Group Text,
.View Group Combo,
.View Composite Text,
.View OSLPackageSetTableComposite Label,
.View Button[style~='SWT.PUSH']{
background-color: #ffffff;
}
Expand Down Expand Up @@ -221,8 +217,7 @@ Composite.MArea{
.MPart Form Label,
.MPart Form Text,
.MPart Form Button,
.MPart Form Sash,
.MPart Form AdtFormToolkit-AdtHyperLink
.MPart Form Sash
{
background-color: '#FFFFFF';
}
Expand All @@ -232,8 +227,7 @@ Composite.MArea{
.MPartStack.active .MPart Form Label,
.MPartStack.active .MPart Form Text,
.MPartStack.active .MPart Form Button,
.MPartStack.active .MPart Form Sash,
.MPartStack.active .MPart Form AdtFormToolkit-AdtHyperLink
.MPartStack.active .MPart Form Sash
{
background-color: '#FFFFFF';
}

0 comments on commit 9fd07c6

Please sign in to comment.