Skip to content

Commit

Permalink
Better Checkbox Coloring on Dialog when using FormToolkit
Browse files Browse the repository at this point in the history
Issue #416
  • Loading branch information
marcushoepfner committed Oct 31, 2024
1 parent 7d29a59 commit db20643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.ui.themes/css/e4-dark_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Tree[swt-lines-visible=true] {
background-color: unset;
}

Button {
Button[style~='SWT.PUSH'] {
background-color: unset;
color: unset;
}
Expand Down

0 comments on commit db20643

Please sign in to comment.