diff options
| author | mrmr1993 | 2016-02-11 04:54:55 +0000 |
|---|---|---|
| committer | mrmr1993 | 2016-02-11 04:54:55 +0000 |
| commit | 9a7456334fca81dff41fea6a2701365806f6c3b3 (patch) | |
| tree | 06ab6751c7a5a8b894dc9b9139662ab2e3911a08 /content_scripts | |
| parent | 2f73ad6c7357c9a7105e99a929991df735efc96e (diff) | |
| download | vimium-9a7456334fca81dff41fea6a2701365806f6c3b3.tar.bz2 | |
Show vomnibar above the help dialog, remove an unnecessary CSS rule
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 6e02933e..a763b159 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -151,8 +151,8 @@ iframe.vimiumHelpDialogFrame { left: 0px; border: none; - /* One less than vimiumReset */ - z-index: 2147483647; + /* One less than hint markers and the vomnibar. */ + z-index: 2147483645; } div#vimiumHelpDialog { @@ -171,8 +171,6 @@ div#vimiumHelpDialog { top:50px; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px; overflow-y: auto; - /* One less than vimiumReset */ - z-index: 2147483647; } div#vimiumHelpDialog a { color:blue; } @@ -349,8 +347,8 @@ iframe.vomnibarFrame { border: none; font-family: sans-serif; - /* One less than hint markers and the help dialog. */ - z-index: 2147483645; + /* One less than hint markers. */ + z-index: 2147483646; } div#vimiumFlash { |
