Pārlūkot izejas kodu

HUE-3294 [editor] Drop the background on the top bar

Johan Ahlen 9 gadi atpakaļ
vecāks
revīzija
930cfb6

+ 6 - 0
desktop/core/src/desktop/static/desktop/css/responsive.css

@@ -955,6 +955,12 @@ h6 {
 }
 
 /* styling for the imported apps */
+
+.page-content .navbar-inner {
+  background-color: transparent;
+  border: none;
+}
+
 .page-content .navbar.navbar-inverse.navbar-fixed-top {
   position: static;
 }