From db20643a55ee2c9fcefee10b237966105b282d96 Mon Sep 17 00:00:00 2001 From: Marcus Hoepfner Date: Thu, 31 Oct 2024 14:27:32 +0100 Subject: [PATCH] Better Checkbox Coloring on Dialog when using FormToolkit Issue https://github.com/eclipse-platform/eclipse.platform.ui/issues/416 --- bundles/org.eclipse.ui.themes/css/e4-dark_mac.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css index 9652be238bc..85280009d1c 100644 --- a/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css +++ b/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css @@ -48,7 +48,7 @@ Tree[swt-lines-visible=true] { background-color: unset; } -Button { +Button[style~='SWT.PUSH'] { background-color: unset; color: unset; }