Add real time log view in GUI
[yardstick.git] / gui / app / views / main.html
index d5f7a3a..36bcbbd 100644 (file)
     }
 
     .progressDefine>li.is-complete {
-        color: #e95420;
+        color: #4dc5cf;
     }
 
     .progressDefine>li.is-complete:before,
     .progressDefine>li.is-complete:after {
         color: #FFF;
-        background: #e95420;
+        background: #4dc5cf;
     }
 
     .progressDefine>li.is-active {