Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-06 08:43:19 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-06 08:43:19 +0400
commite817ea9df08e3bace17df4b1fd6c55ced9403b18 (patch)
treee7c596dbdb9d589bd455d3e74f0dd507c41e6ba8
parent95d93acd47674431d820143af0377959de48662f (diff)
fixes #4972 IE10/11: calendar date range shows days in white on white
-rw-r--r--plugins/Morpheus/stylesheets/components.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/components.less b/plugins/Morpheus/stylesheets/components.less
index 9b035b7a7a..3015a6d9e4 100644
--- a/plugins/Morpheus/stylesheets/components.less
+++ b/plugins/Morpheus/stylesheets/components.less
@@ -33,7 +33,7 @@
}
}
-.ui-datepicker td.ui-datepicker-current-period a.ui-state-default, td .ui-state-active, .ui-datepicker td.ui-datepicker-current-period a.ui-state-active, .ui-datepicker td.ui-datepicker-week-end .ui-state-active, .ui-datepicker td.ui-datepicker-other-month.ui-datepicker-current-period {
+.ui-datepicker td.ui-datepicker-current-period a.ui-state-default, td .ui-state-active, td .ui-state-default.ui-state-active, .ui-datepicker td.ui-datepicker-current-period a.ui-state-active, .ui-datepicker td.ui-datepicker-week-end .ui-state-active, .ui-datepicker td.ui-datepicker-other-month.ui-datepicker-current-period {
background: @brand-black !important;
}