Browse Source

HUE-6077 [frontend] Card toolbars shouldn't be transparent

Enrico Berti 8 years ago
parent
commit
beaf07e

+ 1 - 1
desktop/core/src/desktop/templates/hue.mako

@@ -472,7 +472,7 @@ ${ hueIcons.symbols() }
 <script src="${ static('desktop/js/ace.extended.js') }"></script>
 <script src="${ static('desktop/ext/js/dropzone.min.js') }"></script>
 
-# Task History
+## Task History
 <script src="${ static('desktop/js/autocomplete/sqlParseSupport.js') }"></script>
 <script src="${ static('desktop/js/autocomplete/sql.js') }"></script>
 <script src="${ static('desktop/js/sqlAutocompleter.js') }"></script>

File diff suppressed because it is too large
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/common_dashboard.css


+ 1 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/less/common_dashboard.less

@@ -96,6 +96,7 @@
     position: fixed;
     width: 100%;
     z-index: 1001;
+    background-color: @cui-white;
   }
 
   .row-header {

Some files were not shown because too many files changed in this diff