From 82e71755f4a31e299e4511a5ccd185fdab8350e8 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sat, 12 Jul 2014 09:19:34 +0000 Subject: [PATCH] Enhanced Theme: Hide Domain Selector on blur (click off) --- themes/enhanced/template.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index 44d132cf34..a9bdf27ffe 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -719,7 +719,7 @@ legend { right: 0px; top: 0px; bottom: 0px; - width: 400px; + width: 350px; overflow: hidden; display: none; } @@ -848,6 +848,11 @@ legend { }); }); + // hides the domain selector when clicking off + $('#domain_filter').blur(function() { + hide_domains(); + }); + }); function hide_domains() {