summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-01-23 09:49:47 +0100
committerAleksander Machniak <alec@alec.pl>2015-01-23 09:49:47 +0100
commit686ff4b538b3fc4f0c632b1d35a123b2ee3770cc (patch)
tree4d35c1fb565b857a912ce23df2f2b37a43b09e9e /plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css
parent5d42a9353b3df5e08b7dfc2ac6a92978a89cceca (diff)
Fix keyboard navigation and css in datepicker widget across many Firefox versions
Diffstat (limited to 'plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css')
-rwxr-xr-xplugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css4
1 files changed, 2 insertions, 2 deletions
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 {