Community
Participate
Working Groups
When using css like .MPartStack { tab-renderer: url('platform:/plugin/org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering'); unselected-tabs-color: black; outer-keyline-color: grey; } .MPartStack.active { unselected-tabs-color: black; outer-keyline-color: red; } these attributes are not refreshed when switching the theme dynamically. How to reproduce: Install latest version of contacts demo and put the attached css files in the css directory. Then start the demo and switch from dark to bright and to dark again. If you switch back to bright, the shadow also seems broken.
Created attachment 172580 [details] Picture
Created attachment 172581 [details] bright gradient css
Created attachment 172582 [details] dark gradient css