aboutsummaryrefslogtreecommitdiffstats
path: root/pages/vomnibar.css
diff options
context:
space:
mode:
authorStephen Blott2014-12-15 12:51:15 +0000
committerStephen Blott2014-12-15 12:51:15 +0000
commitbea41e9c695f3b3f8e921880b3d40b681ca387b0 (patch)
treebce2b90ac333ad7fe9853c407e41c4b8ee75ddda /pages/vomnibar.css
parentc86e1c8625262948431d4c8b4a18a9bccfa9cbf7 (diff)
downloadvimium-bea41e9c695f3b3f8e921880b3d40b681ca387b0.tar.bz2
Fix z-index to be consistent with vimium.css.
The z-indexes in vimium.css were recently changed. Those changes didn't get pushed through into vomnibar.css when moving the vomnibar to an iframe. Fixed here.
Diffstat (limited to 'pages/vomnibar.css')
-rw-r--r--pages/vomnibar.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/vomnibar.css b/pages/vomnibar.css
index 18f1185f..c4bc0008 100644
--- a/pages/vomnibar.css
+++ b/pages/vomnibar.css
@@ -24,7 +24,7 @@
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
border: 1px solid #aaa;
/* One less than hint markers and the help dialog. */
- z-index: 99999996;
+ z-index: 2147483646;
}
#vomnibar input {