ソースを参照

HUE-7015 [frontend] Set default background color to white

Enrico Berti 8 年 前
コミット
29b898c

ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 4 - 0
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -36,6 +36,10 @@
 @import "components/hue-shepherd.less";
 @import "hue-helpers.less";
 
+body {
+  background-color: @cui-white;
+}
+
 input[type='password']::-ms-reveal {
   display: none;
 }

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