Skip to content

Commit

Permalink
[Light Theme]Fix for background color of bread-crumb in debug view
Browse files Browse the repository at this point in the history
  • Loading branch information
mvm-sap authored and BeckerWdf committed Jan 22, 2025
1 parent e64b341 commit 47197fc
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions debug/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,30 @@
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

#DebugBreadcrumbComposite
#DebugBreadcrumbComposite > Composite,
#DebugBreadcrumbItemComposite,
#DebugBreadcrumbItemDetailComposite,
#DebugBreadcrumbItemDetailTextComposite,
#DebugBreadcrumbItemDetailImageComposite,
#DebugBreadcrumbItemDetailTextLabel,
#DebugBreadcrumbItemDetailImageLabel,
#DebugBreadcrumbItemDropDownToolBar
.View #DebugBreadcrumbComposite
.View #DebugBreadcrumbComposite > Composite,
.View #DebugBreadcrumbItemComposite,
.View #DebugBreadcrumbItemDetailComposite,
.View #DebugBreadcrumbItemDetailTextComposite,
.View #DebugBreadcrumbItemDetailImageComposite,
.View #DebugBreadcrumbItemDetailTextLabel,
.View #DebugBreadcrumbItemDetailImageLabel,
.View #DebugBreadcrumbItemDropDownToolBar
{
background-color:COLOR-WIDGET-LIGHT-SHADOW;
background-color:'#org-eclipse-ui-workbench-SECONDARY_BACKGROUND';
}

.Editor #DebugBreadcrumbComposite
.Editor #DebugBreadcrumbComposite > Composite,
.Editor #DebugBreadcrumbItemComposite,
.Editor #DebugBreadcrumbItemDetailComposite,
.Editor #DebugBreadcrumbItemDetailTextComposite,
.Editor #DebugBreadcrumbItemDetailImageComposite,
.Editor #DebugBreadcrumbItemDetailTextLabel,
.Editor #DebugBreadcrumbItemDetailImageLabel,
.Editor #DebugBreadcrumbItemDropDownToolBar
{
background-color:#FFFFFF;
}

#VariablesViewer {
Expand Down

0 comments on commit 47197fc

Please sign in to comment.