浏览代码

HUE-6077 [frontend] Add top border to Hue 4

Enrico Berti 8 年之前
父节点
当前提交
4ac2b89

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 1 - 0
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -49,6 +49,7 @@ body {
   margin: 0;
   padding: 0;
   overflow: hidden;
+  border-top: 3px solid @hue-primary-color-dark;
 }
 
 .content-wrapper {

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