Bug 536703 - DatePickerPanel not styled correctly on dark theme.

- DatePickerPanel is a custom widget from mylyn.commons.workbench that
includes a DateTime styled as an SWT.CALENDAR, a List of hours for the
given day, as well as a "Today" Hyperlink to automatically select the
current date/time.

Change-Id: Iba78c5902c5fabc38a37497b0955e6320387fe78
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
diff --git a/org.eclipse.mylyn.tasks.ui/css/e4-dark_mylyn_prefstyle.css b/org.eclipse.mylyn.tasks.ui/css/e4-dark_mylyn_prefstyle.css
index e06e986..99a9108 100644
--- a/org.eclipse.mylyn.tasks.ui/css/e4-dark_mylyn_prefstyle.css
+++ b/org.eclipse.mylyn.tasks.ui/css/e4-dark_mylyn_prefstyle.css
@@ -7,4 +7,11 @@
 		'org.eclipse.mylyn.tasks.ui.colors.foreground.task.active=117,80,123'
 		'org.eclipse.mylyn.tasks.ui.colors.category.gradient.start=85,87,83'
 		'org.eclipse.mylyn.tasks.ui.colors.category.gradient.end=136,137,133'
-}
\ No newline at end of file
+}
+
+/* See org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css for additional
+ * Mylyn Theme settings */
+DatePickerPanel {
+    background-color: #41464A;
+    color: #dddddd;
+}