Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.ui.themes/css/high-contrast.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.themes/css/high-contrast.css b/bundles/org.eclipse.ui.themes/css/high-contrast.css
index bf09535aa0e..30b5872b78b 100644
--- a/bundles/org.eclipse.ui.themes/css/high-contrast.css
+++ b/bundles/org.eclipse.ui.themes/css/high-contrast.css
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2014 IBM Corporation and others.
+ * Copyright (c) 2014, 2022 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
@@ -21,3 +21,8 @@ CTabItem:selected {
.MPartStack.active > CTabItem:selected {
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR';
}
+
+.MPart Composite
+{
+ background-color: #000000;
+} \ No newline at end of file

Back to the top