added different color theme for archived

This commit is contained in:
dcore94 2024-06-11 16:59:06 +02:00
parent 992e085a76
commit fd858f811a
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class CCPExecutionHistory extends HTMLElement {
</template>
<template id="ARCHIVED_EXECUTION_LIST_TEMPLATE">
<ul name="ccp_archived_execution_list" class="ccp-execution-list list-group border border-2">
<li class="ccp-method-item ccp-archived-execution-method-item list-group-item list-group-item-dark">
<li class="ccp-method-item ccp-archived-execution-method-item list-group-item list-group-item-light">
<details name="level1">
<summary class="ccp-method-item-header noselect d-flex flex-wrap justify-content-between">
<h5 class="text-primary d-inline"></h5>