diff options
| author | Stephen Blott | 2016-04-23 06:53:55 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-23 07:16:33 +0100 |
| commit | 98ea279485fc456bbe4349559f9c08a24e2c4214 (patch) | |
| tree | fb50db6f3c2e27b103a1ce9bdcb15c397011ec6a /pages/help_dialog.html | |
| parent | 546d8b91c2e0991c410a42b2098ff1d478f24c73 (diff) | |
| download | vimium-98ea279485fc456bbe4349559f9c08a24e2c4214.tar.bz2 | |
Show tip re. clicking command names.
It's pretty undiscoverable that you can click command names to yank
them. So, this adds a tip to the bottom of the help dialog.
Also, change the cursor to a pointer when hovering over command names.
Diffstat (limited to 'pages/help_dialog.html')
| -rw-r--r-- | pages/help_dialog.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pages/help_dialog.html b/pages/help_dialog.html index e16b0139..a0ba6de5 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -65,11 +65,23 @@ </table> </div> + <div> + <table> + <tr> + <td class="helpDialogBottomLeft"> + <span id="help-dialog-tip"></span> + </td> + <td class="helpDialogBottomRight"> + <a href="#" id="toggleAdvancedCommands">Show advanced commands</a> + </td> + </tr> + </table> + </div> + <br clear="both"/> <div class="vimiumReset vimiumDivider"></div> <div id="vimiumHelpDialogFooter" class="vimiumReset"> - <a href="#" class="vimiumReset toggleAdvancedCommands">Show advanced commands</a> <div class="vimiumReset vimiumColumn"> Enjoying Vimium? <a class="vimiumHelDialogLink" target="_blank" |
