diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index 0875063..22a7ae1 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -45,6 +45,12 @@ class CCPExecutionHistory extends HTMLElement { .ccp-execution-list { min-height: 3rem; } + .ccp-execution-list .lxd{ + background-color: #dd4814; + } + .ccp-execution-list .docker{ + background-color: #2496ed; + }