From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- 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 ca50b32..106e243 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 @@ 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; -- Gitblit v1.9.1