Skip to content

Commit

Permalink
Use icon instead of the letter 'X' in close tab
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed Apr 16, 2015
1 parent 3015028 commit 168577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Widget/Tabs.php
Expand Up @@ -49,7 +49,7 @@ class Tabs extends AbstractWidget implements Countable
*/
private $closeTpl = <<< 'EOT'
<li class="dropdown" style="float: right;">
<a href="#" class="dropdown-toggle close-toggle">X</a>
<a href="#" class="dropdown-toggle close-toggle"> <i aria-hidden="true" class="icon-cancel"></i> </a>
</li>
EOT;

Expand Down

0 comments on commit 168577f

Please sign in to comment.