mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Adding colors for table header of Activity/list
This commit is contained in:
parent
c7962c8afd
commit
7008284479
@ -24,9 +24,9 @@
|
||||
<table class="records_list">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{'Date' | trans }}</th>
|
||||
<th>{{'Duration Time' | trans }}</th>
|
||||
<th>{{'Reason' | trans}}</th>
|
||||
<th class="chill-red">{{'Date' | trans }}</th>
|
||||
<th class="chill-green">{{'Duration Time' | trans }}</th>
|
||||
<th class="chill-orange">{{'Reason' | trans}}</th>
|
||||
<th>{{'Type' | trans}}</th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user