Skip to content

Commit

Permalink
Fix some datepicker style in mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Sep 8, 2016
1 parent a8d41ac commit e0cedf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 0 additions & 6 deletions plugins/jqueryui/themes/larry/jquery-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 3 additions & 9 deletions plugins/jqueryui/themes/larry/jquery-ui.css.diff
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e0cedf0

Please sign in to comment.