aboutsummaryrefslogtreecommitdiffstats
path: root/pages/vomnibar.css
diff options
context:
space:
mode:
authorStephen Blott2016-09-25 12:36:53 +0100
committerGitHub2016-09-25 12:36:53 +0100
commit6678fabf67e662e004f156432e7dd1a9803d7118 (patch)
tree10e35da5adfc1cf7270761fec03a0de4f5fbe678 /pages/vomnibar.css
parent3df2dc7299051f96736b65ee8ed774e0d7fbb173 (diff)
parent6d72a51f361c3fcaf105fed82448fa7c15cdaa3a (diff)
downloadvimium-6678fabf67e662e004f156432e7dd1a9803d7118.tar.bz2
Merge pull request #2272 from smblott-github/rotate-hints
Space rotates hints (to make hidden hints visible).
Diffstat (limited to 'pages/vomnibar.css')
-rw-r--r--pages/vomnibar.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/vomnibar.css b/pages/vomnibar.css
index 1b19daad..2f279a28 100644
--- a/pages/vomnibar.css
+++ b/pages/vomnibar.css
@@ -23,8 +23,7 @@
border-radius: 4px;
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: 2147483646;
+ z-index: 2139999999; /* One less than hint markers and the help dialog (see ../content_scripts/vimium.css). */
}
#vomnibar input {