[Pkg-mozext-commits] [itsalltext] 279/459: Bumped up the zIndex, with the new disappearing edit buttons.

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 7b7604f081cd9fc4241ac27d5caf3c166f0159d4
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Tue Oct 2 15:39:35 2007 -0400

    Bumped up the zIndex, with the new disappearing edit buttons.
---
 src/chrome/content/cacheobj.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/cacheobj.js b/src/chrome/content/cacheobj.js
index 7678bf9..abb1c81 100644
--- a/src/chrome/content/cacheobj.js
+++ b/src/chrome/content/cacheobj.js
@@ -585,7 +585,7 @@ CacheObj.prototype.addGumDrop = function() {
     gumdrop.style.setProperty('padding',  '0',        'important');
     gumdrop.style.setProperty('margin',   '0',        'important');
     gumdrop.style.setProperty('border',   'none',     'important');
-    gumdrop.style.setProperty('zIndex',   '1',        'important'); // we want it just above normal items.
+    gumdrop.style.setProperty('zIndex',   '32768',    'important');
 
     gumdrop.style.setProperty('width',  this.gumdrop_width+'px',  'important');
     gumdrop.style.setProperty('height', this.gumdrop_height+'px', 'important');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list