diff options
| author | mrmr1993 | 2015-04-28 15:04:40 +0100 |
|---|---|---|
| committer | mrmr1993 | 2015-04-28 15:04:40 +0100 |
| commit | 38d54bff35477939b837b917d1148e7e6b02e0cb (patch) | |
| tree | 442362bb76108039fafc32ff447f001b2162bce5 /content_scripts | |
| parent | fe9933796baa9fd1c1cf717b9055a5ebcdc18c41 (diff) | |
| download | vimium-38d54bff35477939b837b917d1148e7e6b02e0cb.tar.bz2 | |
Revert "Fix over-riding of vomnibar display CSS."
This reverts commit 6e7b04692aceeed6544510f853eb58cdad564f9e.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index a77adebd..fb8824c2 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -279,6 +279,7 @@ iframe.vomnibarFrame { padding: 0px; overflow: hidden; + display: block; position: fixed; width: calc(80% + 20px); /* same adjustment as in pages/vomnibar.coffee */ min-width: 400px; @@ -303,11 +304,11 @@ div#vimiumFlash { /* UIComponent CSS */ iframe.vimiumUIComponentHidden { - display: none !important; + display: none; } iframe.vimiumUIComponentVisible { - display: block !important; + display: block; } iframe.vimiumUIComponentReactivated { |
