mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
Change icon for dropdown
This commit is contained in:
parent
34e9702bb3
commit
8bd7e157e4
@ -47,14 +47,14 @@ EOT;
|
||||
EOT;
|
||||
|
||||
/**
|
||||
* Template used for the hidden burger menu dropdown
|
||||
* Template used for the hidden tabs menu dropdown
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private $tabsDropdownTpl = <<< 'EOT'
|
||||
<li class="dropdown-nav-item tabs-dropdown" style="display: none">
|
||||
<a href="#" class="dropdown-toggle" title="{TITLE}" aria-label="{TITLE}">
|
||||
<i aria-hidden="true" class="icon-menu"></i>
|
||||
<i aria-hidden="true" class="icon-angle-double-right"></i>
|
||||
</a>
|
||||
<ul class="nav">
|
||||
{TABS}
|
||||
|
@ -104,3 +104,10 @@
|
||||
#layout.twocols .tabs > li > .close-container-control {
|
||||
display: block;
|
||||
}
|
||||
|
||||
a.dropdown-toggle {
|
||||
padding: 0 0.75em;
|
||||
& > .icon-angle-double-right:before {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user