Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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