summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-28 15:38:09 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-28 16:03:51 -0400
commit597f658b26de3676f1fae0e39f1804bffe7b2b1a (patch)
tree5d879a4d45b46182395838d9ec958cbce6fd55e3
parente5f24b8f12760d17bf663e45a415ca4205e153fd (diff)
Move glyphicons into span element
-rw-r--r--ext/bg/context.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/context.html b/ext/bg/context.html
index a42faa7a..51346838 100644
--- a/ext/bg/context.html
+++ b/ext/bg/context.html
@@ -24,9 +24,9 @@
<input type="checkbox" id="enable-search">
</div>
<div class="btn-group">
- <button type="button" id="open-search" title="Search (Alt + Insert)" class="btn btn-default btn-xs glyphicon glyphicon-search"></button>
- <button type="button" id="open-options" title="Options" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button>
- <button type="button" id="open-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button>
+ <button type="button" id="open-search" title="Search (Alt + Insert)" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-search"></span></button>
+ <button type="button" id="open-options" title="Options" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-wrench"></span></button>
+ <button type="button" id="open-help" title="Help" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-question-sign"></span></button>
</div>
<script src="/mixed/lib/jquery.min.js"></script>