소스 검색

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