diff options
| author | Natalie Perna | 2014-07-30 10:13:54 -0400 | 
|---|---|---|
| committer | Natalie Perna | 2014-07-30 10:13:54 -0400 | 
| commit | 160da24381c133594c11278cc1a1713572acdec4 (patch) | |
| tree | fa5636c9e2a7be6ac1f95219923bd1118597fae3 | |
| parent | 0c3523da2972a58d01aa0530a9941e8f6b45cbee (diff) | |
| download | vimium-160da24381c133594c11278cc1a1713572acdec4.tar.bz2 | |
Pointer cursor on hover over help modal close button
| -rw-r--r-- | content_scripts/vimium.css | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index a63fc3a5..7998fe5c 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -198,7 +198,6 @@ div#vimiumHelpDialog .optionsPage {  }  div#vimiumHelpDialog a.closeButton:hover {    color:black; -  cursor:default;    -webkit-user-select:none;  }  div#vimiumHelpDialogFooter { | 
