Browse Source

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

Enrico Berti 8 years ago
parent
commit
999b0c41f9

File diff suppressed because it is too large
+ 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");
 }

Some files were not shown because too many files changed in this diff