From 138288e32f57a906bd225528afd63f0f781bbf67 Mon Sep 17 00:00:00 2001 From: pginer Date: Mon, 19 Nov 2012 20:31:18 +0100 Subject: [PATCH] Avoid transition for all properties of search bar Transition property has been adjusted for the search bar to affect only the border. Initially it was set to all when only the border changes. Apart of efficiency reasons, when zooming a glitch was produced. --- css/jquery.uls.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index 16dacf3..f53198a 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -173,10 +173,10 @@ div.uls-region { color: #333; display: block; padding: 6px; - -moz-transition: all 0.15s linear 0s; - -o-transition: all 0.15s linear 0s; - -webkit-transition: all 0.15s linear 0s; - transition: all 0.15s linear 0s; + -moz-transition: border 0.15s linear 0s; + -o-transition: border 0.15s linear 0s; + -webkit-transition: border 0.15s linear 0s; + transition: border 0.15s linear 0s; } .uls-menu .languagefilter:focus {