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:
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_jqueryUI.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_jqueryUI.less b/plugins/Morpheus/stylesheets/general/_jqueryUI.less
index e6aca7ff74..cff51214c5 100644
--- a/plugins/Morpheus/stylesheets/general/_jqueryUI.less
+++ b/plugins/Morpheus/stylesheets/general/_jqueryUI.less
@@ -190,6 +190,12 @@ td.ui-datepicker-other-month.ui-state-hover.ui-datepicker-current-period {
background: #978c7c !important;
}
+.ui-datepicker select.ui-datepicker-month {
+ width: 46%;
+}
+.ui-datepicker select.ui-datepicker-year {
+ width: 54%;
+}
.ui-datepicker-month:disabled {
border-color: #ccc !important;
background: #f5f3f0 !important;