From e35bc53b11f123d444b6c6f86e59a54562dbbfcf Mon Sep 17 00:00:00 2001 From: Stefan Winkler Date: Fri, 5 Dec 2014 22:50:45 +0200 Subject: Bug 430848 – Transparent background for progress label in dark theme Use inherit to set transparent background for the progress label on the splash screen. Bug: 430848 Signed-off-by: Stefan Winkler --- bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css index b2877e6668a..774e7df4c03 100644 --- a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css +++ b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css @@ -8,6 +8,7 @@ * Contributors: * Andrea Guarinoni - initial API and implementation * Stefan Winkler - Bug 434189 + * Stefan Winkler - Bug 430848 *******************************************************************************/ /******************************************************************************* @@ -413,7 +414,7 @@ FlyoutControlComposite, FlyoutControlComposite ToolBar, FlyoutControlComposite C * which does not look very nice. */ Label#org-eclipse-ui-splash-progressText { - background-color: #f7f7f7; + background-color: inherit; /* transparent */ color: #9c9696; /* see property startupForegroundColor in the product */ } -- cgit v1.2.3