projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4b357
)
Increase default z-index for hint elements.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 18 May 2017 22:12:45 +0000
(
00:12
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 18 May 2017 22:12:45 +0000
(
00:12
+0200)
There are some sites where the hint label where covered by on page
elements using a high z-index. So increase our default too.
src/scripts/hints.css
patch
|
blob
|
history
diff --git
a/src/scripts/hints.css
b/src/scripts/hints.css
index
f4fee78
..
acbe28f
100644
(file)
--- a/
src/scripts/hints.css
+++ b/
src/scripts/hints.css
@@
-11,7
+11,7
@@
opacity:0.7;
padding:0px 1px;
position:absolute;
- z-index:
100
000
+ z-index:
225
000
}
._hintElem{
background-color:#ff0 !important;
@@
-25,5
+25,5
@@
}
._hintLabel._hintFocus{
opacity:1;
- z-index:
10
000
+ z-index:
225
000
}