ソースを参照

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

Enrico Berti 8 年 前
コミット
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/js/ace.extended.js') }"></script>
 <script src="${ static('desktop/ext/js/dropzone.min.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/sqlParseSupport.js') }"></script>
 <script src="${ static('desktop/js/autocomplete/sql.js') }"></script>
 <script src="${ static('desktop/js/autocomplete/sql.js') }"></script>
 <script src="${ static('desktop/js/sqlAutocompleter.js') }"></script>
 <script src="${ static('desktop/js/sqlAutocompleter.js') }"></script>

ファイルの差分が大きいため隠しています
+ 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;
     position: fixed;
     width: 100%;
     width: 100%;
     z-index: 1001;
     z-index: 1001;
+    background-color: @cui-white;
   }
   }
 
 
   .row-header {
   .row-header {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません