Преглед на файлове

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

Johan Ahlen преди 9 години
родител
ревизия
930cfb69a7
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      desktop/core/src/desktop/static/desktop/css/responsive.css

+ 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;
 }