Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Stocker2013-10-23 20:22:05 +0000
committerRobin Stocker2013-10-23 20:35:16 +0000
commitc30d6d98601afb60275cb2d7e870d60f1a47e647 (patch)
treee0be8f81921d92442bf414dc1434a94e87302ae4
parent8b4c71a541ba8c28957c800e3395ababeaf317d9 (diff)
downloadeclipse.platform-c30d6d98601afb60275cb2d7e870d60f1a47e647.tar.gz
eclipse.platform-c30d6d98601afb60275cb2d7e870d60f1a47e647.tar.xz
eclipse.platform-c30d6d98601afb60275cb2d7e870d60f1a47e647.zip
Bug 417726 - [Themes] Default theme toolbar gradient looks bad on GTKI20131030-2000I20131030-1400I20131030-0800I20131029-2000
This changes the toolbar from an uneven image of a gradient to a smooth gradient from the default widget color to the background color used in the workbench. It makes it much more pleasant to look at and is better integrated with the look of other applications. See bug for screenshots. It also changes the perspective switcher gradient to match; it started with a slightly different color before. Note that this depends on the change for bug 420035 in platform UI. Change-Id: I7d2c1297efa1e5b308853d7dd2afc7f06c1f4264 Signed-off-by: Robin Stocker <robin@nibor.org>
-rw-r--r--platform/org.eclipse.platform/css/e4_default_gtk.css4
-rw-r--r--platform/org.eclipse.platform/images/gtkGrey.pngbin2993 -> 0 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/org.eclipse.platform/css/e4_default_gtk.css b/platform/org.eclipse.platform/css/e4_default_gtk.css
index 785d0f903..30eadd2c6 100644
--- a/platform/org.eclipse.platform/css/e4_default_gtk.css
+++ b/platform/org.eclipse.platform/css/e4_default_gtk.css
@@ -16,7 +16,7 @@
}
.MTrimBar#org-eclipse-ui-main-toolbar {
- background-image: url(./gtkGrey.png);
+ background-color: COLOR-WIDGET-BACKGROUND #E2E2E2 100%;
}
.MToolControl.TrimStack {
@@ -31,7 +31,7 @@
}
#PerspectiveSwitcher {
- background-color: #EBEBEB #E2E2E2 100%;
+ background-color: COLOR-WIDGET-BACKGROUND #E2E2E2 100%;
eclipse-perspective-keyline-color: #B4B4B4 #B4B4B4;
}
diff --git a/platform/org.eclipse.platform/images/gtkGrey.png b/platform/org.eclipse.platform/images/gtkGrey.png
deleted file mode 100644
index 54d631d30..000000000
--- a/platform/org.eclipse.platform/images/gtkGrey.png
+++ /dev/null
Binary files differ

Back to the top