mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
Adding colors for table header of Report/list
This commit is contained in:
parent
1f58e60c09
commit
02a48c32c1
@ -24,9 +24,9 @@
|
|||||||
<table class="" style="width:100%">
|
<table class="" style="width:100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ 'Date' | trans }}</th>
|
<th class="chill-red">{{ 'Date' | trans }}</th>
|
||||||
<th>{{ 'Report type' | trans }}</th>
|
<th class="chill-green">{{ 'Report type' | trans }}</th>
|
||||||
<th>{{ 'Report scope' | trans }}</th>
|
<th class="chill-orange">{{ 'Report scope' | trans }}</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user