mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
Adding colors for table header of Activity/list
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user