From 26cbeba9b9301652d15e01ad4dac9248637ba3eb Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Mon, 27 Apr 2015 15:59:43 +0100 Subject: 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. --- content_scripts/vimium.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') 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; -- cgit v1.2.3