diff options
| author | mrmr1993 | 2015-04-27 15:59:43 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2015-04-27 15:59:43 +0100 | 
| commit | 26cbeba9b9301652d15e01ad4dac9248637ba3eb (patch) | |
| tree | 75ccc880deee990af4ac572f5a122cb6f1254989 /content_scripts/vimium.css | |
| parent | fe8fc2dd9c6f29312769435f78cf1272d3351877 (diff) | |
| download | vimium-26cbeba9b9301652d15e01ad4dac9248637ba3eb.tar.bz2 | |
Ensure that the Vomnibar iframe background is transparent
Some extensions (eg. Hacker Vision) override the background colour of
iframes to make the screen dark, even when the frame is already set to
transparent. This gives our rule higher priority, so that the frame is
still rendered as transparent, and doesn't obscure the content beneath.
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index fb8824c2..e72eaec8 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -275,7 +275,7 @@ body.vimiumFindMode ::selection {  /* Vomnibar Frame CSS */  iframe.vomnibarFrame { -  background-color: transparent; +  background-color: transparent !important;    padding: 0px;    overflow: hidden;  | 
