From b7a4e2ed18f682527387e830c83020c818da9173 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 27 Jan 2015 14:39:26 +0100 Subject: Better selector for FF35+ --- plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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; -- cgit v1.2.3