From: Daniel Carl <danielcarl@gmx.de>
Date: Thu, 18 May 2017 22:12:45 +0000 (+0200)
Subject: Increase default z-index for hint elements.
X-Git-Url: https://git.owens.tech/assets/wrapped.html/assets/wrapped.html/git?a=commitdiff_plain;h=6a49f89ed2f5499f43f0a63f91d19d8a77cbc961;p=vimb.git

Increase default z-index for hint elements.

There are some sites where the hint label where covered by on page
elements using a high z-index. So increase our default too.
---

diff --git a/src/scripts/hints.css b/src/scripts/hints.css
index f4fee78..acbe28f 100644
--- a/src/scripts/hints.css
+++ b/src/scripts/hints.css
@@ -11,7 +11,7 @@
     opacity:0.7;
     padding:0px 1px;
     position:absolute;
-    z-index:100000
+    z-index:225000
 }
 ._hintElem{
     background-color:#ff0 !important;
@@ -25,5 +25,5 @@
 }
 ._hintLabel._hintFocus{
     opacity:1;
-    z-index:10000
+    z-index:225000
 }