瀏覽代碼

HUE-7354 [frontend] The JB status counter should be more prominent

Enrico Berti 8 年之前
父節點
當前提交
999b0c41f9

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 5 - 4
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -204,11 +204,12 @@ body {
 }
 
 .jobs-badge {
-  color: @hue-primary-color-dark;
-  background-color: @cui-gray-050;
+  color: @cui-white;
+  background-color: @cui-purple-300;
   display: inline-block;
-  padding: 1px 5px;
-  border-radius: 10px;
+  padding: 1px 6px;
+  border-radius: 4px;
+  margin-left: 2px;
   font-size: 12px;
   .hue-ease-transition(~"background-color, color");
 }

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