From 3fec3e04f6dbe5e06b241e197c9070875e7da5e9 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 09 Jul 2014 04:49:47 -0400
Subject: [PATCH] Fix dialog close button focus border in Firefox

---
 plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css |    2 ++
 1 files changed, 2 insertions(+), 0 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 b2e5f0d..2311d3e 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
@@ -238,6 +238,8 @@
 .ui-button-icons-only .ui-button-text {
 	padding: .4em;
 	text-indent: -9999999px;
+	width: 1px;
+	overflow: hidden;
 }
 .ui-button-text-icon-primary .ui-button-text,
 .ui-button-text-icons .ui-button-text {

--
Gitblit v1.9.1