瀏覽代碼

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 {

部分文件因文件數量過多而無法顯示