aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/context.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-20 10:30:44 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-20 10:30:44 -0400
commitd7dc8ac9cddc95971f542c8e0b98e16f1f00645e (patch)
tree4670b89dbf429d07e3bbe5c5653f18460dca32e4 /ext/bg/context.html
parentce92591b636c8525696b18f5dc844e12865ee6fc (diff)
Add tooltip about middle click behaviour
Diffstat (limited to 'ext/bg/context.html')
-rw-r--r--ext/bg/context.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/context.html b/ext/bg/context.html
index ace40656..48fa463f 100644
--- a/ext/bg/context.html
+++ b/ext/bg/context.html
@@ -91,8 +91,8 @@
<input type="checkbox" id="enable-search">
</div>
<div class="btn-group">
- <a title="Search (Alt + Insert)" class="btn btn-default btn-xs action-open-search"><span class="glyphicon glyphicon-search"></span></a>
- <a title="Options" class="btn btn-default btn-xs action-open-options"><span class="glyphicon glyphicon-wrench"></span></a>
+ <a title="Search (Alt + Insert)&#10;(Middle click to open in new tab)" class="btn btn-default btn-xs action-open-search"><span class="glyphicon glyphicon-search"></span></a>
+ <a title="Options&#10;(Middle click to open in new tab)" class="btn btn-default btn-xs action-open-options"><span class="glyphicon glyphicon-wrench"></span></a>
<a title="Help" class="btn btn-default btn-xs action-open-help"><span class="glyphicon glyphicon-question-sign"></span></a>
</div>
</div>