From db7b148c8830f10c611f1961b679251351e45249 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 25 Aug 2014 15:13:21 +0000 Subject: [PATCH] Fix quick-add plus button stops to be able to click on logout button in Safari --- pixelegg/js/slider.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pixelegg/js/slider.js b/pixelegg/js/slider.js index d0e01b2e14..b2122eeec7 100644 --- a/pixelegg/js/slider.js +++ b/pixelegg/js/slider.js @@ -172,7 +172,8 @@ egw_LAB.wait(function() { }); $j('select', this).css({ transition: "0.1s linear 0.2s", - visibility: "visible" + visibility: "visible", + width:"120px" }); } ev.stopPropagation(); @@ -189,7 +190,8 @@ egw_LAB.wait(function() { }); $j('select', this).css({ transition: "0s linear 0s", - visibility: "hidden" + visibility: "hidden", + width:"10px" }); } ev.stopPropagation(); @@ -204,7 +206,8 @@ egw_LAB.wait(function() { }); $j('select', this).css({ transition: "0s linear 0s", - visibility: "hidden" + visibility: "hidden", + width:"10px" }); } });