浏览代码

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

Enrico Berti 8 年之前
父节点
当前提交
29b898c9c8

文件差异内容过多而无法显示
+ 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;
 }

部分文件因为文件数量过多而无法显示