diff options
| author | mrmr1993 | 2015-04-28 13:39:38 +0100 |
|---|---|---|
| committer | mrmr1993 | 2015-04-28 14:18:34 +0100 |
| commit | d6c257d9a4ccdd9e52851b714f3d8561145fb462 (patch) | |
| tree | 9893159edf12542e9b99a3c3ee54cf56077d0349 | |
| parent | 350a54af51528440caaf4e16c8884f77b3097cd7 (diff) | |
| download | vimium-d6c257d9a4ccdd9e52851b714f3d8561145fb462.tar.bz2 | |
Revert "Ensure that the Vomnibar iframe background is transparent"
This reverts commit 26cbeba9b9301652d15e01ad4dac9248637ba3eb.
| -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 794803fe..a77adebd 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 !important; + background-color: transparent; padding: 0px; overflow: hidden; |
