From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 05 Feb 2016 07:25:27 -0500
Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports

---
 plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 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 86ad962..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
@@ -517,7 +517,7 @@
 	-webkit-box-shadow: 0 0 2px 2px rgba(71,135,177, 0.9) !important;
 }
 .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
-	top: 1px;
+	top: 0;
 	left: -1px;
 	margin: 0;
 	width: 29px;
@@ -1442,21 +1442,23 @@
 	display: none;
 }
 .ie10 .ui-datepicker .ui-datepicker-title select,
-.webkit .ui-datepicker .ui-datepicker-title select,
-.mozilla .ui-datepicker .ui-datepicker-title select {
+.webkit .ui-datepicker .ui-datepicker-title select {
 	background-image: url("images/ui-icons-datepicker.png");
 	background-position: right -18px;
 	background-repeat: no-repeat;
-	padding-right: 14px;
+	padding-right: 16px;
 	-webkit-appearance: none;
-	   -moz-appearance: none;
 	        appearance: none;
 }
-.mozilla .ui-datepicker .ui-datepicker-title select {
-	background-position: right -17px;
-	text-indent: 0.01px;
-	text-overflow: '';
-	padding-right: 0;
+
+@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;
+		background-repeat: no-repeat;
+		padding-right: 16px;
+		-moz-appearance: none;
+	}
 }
 .ui-datepicker .ui-datepicker-month:focus,
 .ui-datepicker .ui-datepicker-year:focus {

--
Gitblit v1.9.1