diff --git a/module/bug/css/browse.css b/module/bug/css/browse.css
index 15d6c1b41c..50a2ac547d 100644
--- a/module/bug/css/browse.css
+++ b/module/bug/css/browse.css
@@ -24,3 +24,10 @@ th.c-confirmed {text-align: center;}
.c-id {text-overflow: ellipsis; white-space: nowrap;}
.body-modal #mainMenu>.btn-toolbar {width: auto;}
+
+body {margin-bottom: 25px;}
+#mainMenu .btn-toolbar .btn-group .dropdown-menu .btn-active-text:hover .text {color: #fff;}
+#mainMenu .btn-toolbar .btn-group .dropdown-menu .btn-active-text:hover .text:after {border-bottom: unset;}
+.btn-group a i.icon-plus {font-size: 16px;}
+.btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.3);}
+.btn-group button.dropdown-toggle.btn-primary {padding:6px;}
diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php
index 4db5f76d88..05b29efc92 100644
--- a/module/bug/view/browse.html.php
+++ b/module/bug/view/browse.html.php
@@ -21,13 +21,6 @@ js::set('productID', $productID);
js::set('branch', $branch);
$currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($browseType, array_keys($lang->bug->mySelects)) ? $browseType : '';
?>
-
global->flow == 'full'):?>