From e0cedf0f36a3672d0fdce8ac497ba846bc786c0e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 8 Sep 2016 12:48:22 +0200 Subject: [PATCH] Fix some datepicker style in mozilla --- plugins/jqueryui/themes/larry/jquery-ui.css | 6 ------ plugins/jqueryui/themes/larry/jquery-ui.css.diff | 12 +++--------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/plugins/jqueryui/themes/larry/jquery-ui.css b/plugins/jqueryui/themes/larry/jquery-ui.css index 2fb708dd2..d83bd8c70 100644 --- a/plugins/jqueryui/themes/larry/jquery-ui.css +++ b/plugins/jqueryui/themes/larry/jquery-ui.css @@ -1563,12 +1563,6 @@ a.ui-button:active, -moz-appearance: none; appearance: none; } -.mozilla .ui-datepicker .ui-datepicker-title select { - background-position: right -14px; - text-indent: 0.01px; - text-overflow: ''; - padding-right: 10px; -} .ui-datepicker .ui-datepicker-month:focus, .ui-datepicker .ui-datepicker-year:focus { outline: 1px solid #4fadd5; diff --git a/plugins/jqueryui/themes/larry/jquery-ui.css.diff b/plugins/jqueryui/themes/larry/jquery-ui.css.diff index fe6bec634..340e5764a 100644 --- a/plugins/jqueryui/themes/larry/jquery-ui.css.diff +++ b/plugins/jqueryui/themes/larry/jquery-ui.css.diff @@ -1,5 +1,5 @@ ---- jquery-ui.css.orig 2016-09-06 05:26:47.000000000 -0400 -+++ jquery-ui.css 2016-09-06 05:27:16.415606672 -0400 +--- jquery-ui.css.orig 2016-09-08 12:47:27.000000000 +0200 ++++ jquery-ui.css 2016-09-08 12:47:53.333000000 +0200 @@ -62,6 +62,8 @@ .ui-state-disabled { cursor: default !important; @@ -331,7 +331,7 @@ .ui-icon-blank { background-position: 16px 16px; } .ui-icon-caret-1-n { background-position: 0 0; } .ui-icon-caret-1-ne { background-position: -16px 0; } -@@ -1311,3 +1399,228 @@ +@@ -1311,3 +1399,222 @@ -webkit-box-shadow: 0px 0px 5px #666666; box-shadow: 0px 0px 5px #666666; } @@ -499,12 +499,6 @@ + -moz-appearance: none; + appearance: none; +} -+.mozilla .ui-datepicker .ui-datepicker-title select { -+ background-position: right -14px; -+ text-indent: 0.01px; -+ text-overflow: ''; -+ padding-right: 10px; -+} +.ui-datepicker .ui-datepicker-month:focus, +.ui-datepicker .ui-datepicker-year:focus { + outline: 1px solid #4fadd5;