From 686ff4b538b3fc4f0c632b1d35a123b2ee3770cc Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 23 Jan 2015 09:49:47 +0100 Subject: Fix keyboard navigation and css in datepicker widget across many Firefox versions --- plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css | 4 ++-- plugins/jqueryui/themes/larry/jquery-ui-css.diff | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/jqueryui/themes') diff --git a/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css b/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css index 737f4771a..b8008732c 100755 --- a/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css +++ b/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css @@ -1453,10 +1453,10 @@ body .ui-tooltip { appearance: none; } .mozilla .ui-datepicker .ui-datepicker-title select { - background-position: right -17px; + background-position: right -14px; text-indent: 0.01px; text-overflow: ''; - padding-right: 0; + padding-right: 10px; } .ui-datepicker .ui-datepicker-month:focus, .ui-datepicker .ui-datepicker-year:focus { diff --git a/plugins/jqueryui/themes/larry/jquery-ui-css.diff b/plugins/jqueryui/themes/larry/jquery-ui-css.diff index cce990679..e3971ecdb 100644 --- a/plugins/jqueryui/themes/larry/jquery-ui-css.diff +++ b/plugins/jqueryui/themes/larry/jquery-ui-css.diff @@ -538,10 +538,10 @@ + appearance: none; +} +.mozilla .ui-datepicker .ui-datepicker-title select { -+ background-position: right -17px; ++ background-position: right -14px; + text-indent: 0.01px; + text-overflow: ''; -+ padding-right: 0; ++ padding-right: 10px; +} +.ui-datepicker .ui-datepicker-month:focus, +.ui-datepicker .ui-datepicker-year:focus { -- cgit v1.2.3