diff options
| author | Phil Crosby | 2010-04-24 02:03:37 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2010-04-24 02:03:37 -0700 | 
| commit | aa948ff92d772083c346a1390b600c4127b0515d (patch) | |
| tree | b6ba60fd447caecd32d1ef095ec972d182394288 /helpDialog.html | |
| parent | 887fac79eac4bca3c6d0b232b91b6e581135fb09 (diff) | |
| download | vimium-aa948ff92d772083c346a1390b600c4127b0515d.tar.bz2 | |
Override all background colors in the help dialog. Fixes wikipedia and closes #95.
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/helpDialog.html b/helpDialog.html index 557cfb69..16007f13 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -4,7 +4,7 @@  -->  <div id="vimiumHelpDialog">    <style> -    #vimiumHelpDialog * { font-size:12px; line-height:130%; color:black; } +    #vimiumHelpDialog * { font-size:12px; line-height:130%; color:black; background-color:transparent; }      #vimiumHelpDialog {        text-align:left;        border:3px solid red;  | 
