Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-10-27 18:49:32 +0000
committerLars Vogel2016-10-31 08:53:38 +0000
commit995a28e980d8f86a6ec066bc59bb085e7de0ff28 (patch)
tree64b9fc449c3cb1a5e5c1ce071580639432a4de7c
parentc2516fa199c3d0c1d7faefd94667bd3867a09695 (diff)
downloadeclipse.platform.ui-995a28e980d8f86a6ec066bc59bb085e7de0ff28.tar.gz
eclipse.platform.ui-995a28e980d8f86a6ec066bc59bb085e7de0ff28.tar.xz
eclipse.platform.ui-995a28e980d8f86a6ec066bc59bb085e7de0ff28.zip
Bug 483789 - [Dark Theme] Progressbar turns white on update
Change-Id: I7afaf7252df23c3db8dae5500019d2ee2c1b42f0 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css2
1 files changed, 1 insertions, 1 deletions
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 c23e047605a..5c93a5312f9 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
@@ -251,7 +251,7 @@ ProgressInfoItem,
ProgressInfoItem > *,
CompareViewerPane,
CompareViewerPane > * {
- background-color: red;
+ background-color: #262626;
color: #eeeeee;
}

Back to the top