Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-07-08 17:21:10 +0000
committerLars Vogel2016-07-19 13:22:54 +0000
commit6d5c8ef92e61d6f68a495dc1dc178264c961414f (patch)
treee7f52fbf32d34b80c0e356c5afe3d531f613fd33
parent4e6cc07f6b22c0e6caa1d6074bc6fbbd2c9fec28 (diff)
downloadeclipse.platform.ui-6d5c8ef92e61d6f68a495dc1dc178264c961414f.tar.gz
eclipse.platform.ui-6d5c8ef92e61d6f68a495dc1dc178264c961414f.tar.xz
eclipse.platform.ui-6d5c8ef92e61d6f68a495dc1dc178264c961414f.zip
switcher for Windows and remove underline in main toolbar Removes the underline, as this looks better and also removes the UI inconsistency. The alternative is to reduce the font size of Quick Access which is not nice. Also removes the underline in Windows as Quickfix breaks it Change-Id: I5d8cc5ec07dbec68e35fec525d5a61f7ee2ee885 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.themes/css/e4_default_win7.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.themes/css/e4_default_win7.css b/bundles/org.eclipse.ui.themes/css/e4_default_win7.css
index 7af1a54796e..f9cfbf3909e 100644
--- a/bundles/org.eclipse.ui.themes/css/e4_default_win7.css
+++ b/bundles/org.eclipse.ui.themes/css/e4_default_win7.css
@@ -63,7 +63,7 @@ ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END {
}
.MTrimBar#org-eclipse-ui-main-toolbar {
- background-image: url(./win7.png);
+ background-color: #F5F7FC #E1E6F6 100%;
}
.MToolControl.TrimStack {
@@ -73,6 +73,7 @@ ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END {
#PerspectiveSwitcher {
background-color: #F5F7FC #E1E6F6 100%;
+ eclipse-perspective-keyline-color: #E1E6F6 #AAB0BF;
}
#org-eclipse-ui-editorss {

Back to the top