diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2015-01-27 14:39:26 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2015-01-27 14:39:26 +0100 |
commit | b7a4e2ed18f682527387e830c83020c818da9173 (patch) | |
tree | d7c0bf279002dfb079df97489f597cadb9b8ca6e /plugins | |
parent | 613966d76f94f76e654926e3696df9fa5289e51d (diff) |
Better selector for FF35+
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css | 2 |
1 files changed, 1 insertions, 1 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 ca50b32a6..106e24305 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 @@ -1451,7 +1451,7 @@ body .ui-tooltip { appearance: none; } -@supports (-moz-appearance:none) and (mask-type:alpha) and (not (will-change:auto)) { +@supports (-moz-appearance:none) and (mask-type:alpha) { .mozilla .ui-datepicker .ui-datepicker-title select { background-image: url("images/ui-icons-datepicker.png"); background-position: right -14px; |