Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.e4.demo.contacts/css/dark-gradient.css')
-rw-r--r--examples/org.eclipse.e4.demo.contacts/css/dark-gradient.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/org.eclipse.e4.demo.contacts/css/dark-gradient.css b/examples/org.eclipse.e4.demo.contacts/css/dark-gradient.css
index 6443929bc73..a6ba01dc54c 100644
--- a/examples/org.eclipse.e4.demo.contacts/css/dark-gradient.css
+++ b/examples/org.eclipse.e4.demo.contacts/css/dark-gradient.css
@@ -72,5 +72,6 @@ CTabItem.active:selected {
}
Shell {
+ swt-background-mode: default;
background-color: gradient radial #575757 #101010 60%;
}

Back to the top