Browse Source

HUE-6077 [frontend] Fix top menu for Hue 3

Enrico Berti 8 years ago
parent
commit
4998676f8d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 1 - 3
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -499,9 +499,7 @@ a#advanced-btn:hover {
 .navigator .dropdown-menu {
   z-index: 20000;
   box-shadow: none;
-  margin-top: -4px;
-  margin-left: -1px;
-  border-top: 2px solid #EEE;
+  border-radius: 0;
 }
 
 .navigator .nav-pills > li > a {