Bladeren bron

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

Johan Ahlen 9 jaren geleden
bovenliggende
commit
930cfb69a7
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  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;
 }