Bug 497490 and 497547 - [CSS] Allign styling of toolbar with perspective
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>
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 7af1a54..f9cfbf3 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 @@
 }
 
 .MTrimBar#org-eclipse-ui-main-toolbar {
-	background-image:  url(./win7.png);
+	background-color: #F5F7FC #E1E6F6 100%;
 }
 
 .MToolControl.TrimStack {
@@ -73,6 +73,7 @@
 
 #PerspectiveSwitcher  {
 	background-color: #F5F7FC #E1E6F6 100%;
+	eclipse-perspective-keyline-color: #E1E6F6 #AAB0BF;
 }
 
 #org-eclipse-ui-editorss {