Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2018-08-27 06:48:27 +0000
committerMatthias Becker2018-08-27 06:49:32 +0000
commitbc32c6e27775ccac32ad9db9540f470acb15896c (patch)
treecfa835114d936497b00ed505318600b7e983e776
parent97d3154a436496692bfc69a6c8167cadb6afc5ea (diff)
downloadeclipse.platform.debug-bc32c6e27775ccac32ad9db9540f470acb15896c.tar.gz
eclipse.platform.debug-bc32c6e27775ccac32ad9db9540f470acb15896c.tar.xz
eclipse.platform.debug-bc32c6e27775ccac32ad9db9540f470acb15896c.zip
Change-Id: Ic0e03e48c221ef85d91c4c1bae895e3a488c3042 Signed-off-by: Matthias Becker <ma.becker@sap.com>
-rw-r--r--org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css3
-rw-r--r--org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css b/org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css
index da1f40fa5..248b776f1 100644
--- a/org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css
+++ b/org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css
@@ -26,7 +26,8 @@ IEclipsePreferences#org-eclipse-debug-ui {
'org.eclipse.debug.ui.outColor=235,235,235'
}
-#DebugBreadcrumbComposite,
+#DebugBreadcrumbComposite
+#DebugBreadcrumbComposite > Composite,
#DebugBreadcrumbItemComposite,
#DebugBreadcrumbItemDetailComposite,
#DebugBreadcrumbItemDetailTextComposite,
diff --git a/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css b/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css
index a0a402885..b0df8dd4f 100644
--- a/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css
+++ b/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css
@@ -9,7 +9,8 @@
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
-#DebugBreadcrumbComposite,
+#DebugBreadcrumbComposite
+#DebugBreadcrumbComposite > Composite,
#DebugBreadcrumbItemComposite,
#DebugBreadcrumbItemDetailComposite,
#DebugBreadcrumbItemDetailTextComposite,

Back to the top