diff --git a/library/Icinga/Web/Widget/Tabs.php b/library/Icinga/Web/Widget/Tabs.php
index b4e6d9191..3f9d81ee5 100644
--- a/library/Icinga/Web/Widget/Tabs.php
+++ b/library/Icinga/Web/Widget/Tabs.php
@@ -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'
-
+
{TABS}
diff --git a/public/css/icinga/tabs.less b/public/css/icinga/tabs.less
index d1cf11e74..a5e3fe2f7 100644
--- a/public/css/icinga/tabs.less
+++ b/public/css/icinga/tabs.less
@@ -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;
+ }
+}
\ No newline at end of file