0

The coolbars on all Kepler RCP applications look just terrible. This a project created from scratch on Windows 8.

What is it with that thick black line sorrounding the coolbar?
Can it be style-hacked with CSS?

From my testing, it seems that it appears only when the perspective bar is present.

enter image description here

Georgian
  • 8,795
  • 8
  • 46
  • 87

2 Answers2

2

I think the CSS for this is the eclipse-perspective-keyline-color in the #PerspectiveSwitcher selector.

greg-449
  • 109,219
  • 232
  • 102
  • 145
  • Oh damn, gonna test this. How'd you figure that out? CSS Spy? – Georgian Oct 23 '13 at 21:18
  • I have done quite a bit with CSS for my pure E4 RCPs so I have a fair idea what does what. CSS Spy can be quite useful but it can still be hard to work out some things. I tested this by hacking the Eclipse CSS (but this is on a Mac so may vary from Windows). – greg-449 Oct 24 '13 at 08:08
  • Didn't complicate myself with CSS. Just removed the perspective switcher. – Georgian Oct 25 '13 at 15:24
0

You can try to add this dependencies in your product file: org.eclipse.e4.ui.css.core, org.eclipse.e4.ui.css.swt.

szolo
  • 247
  • 1
  • 4
  • 15