mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Adding colors for table header of AccompanyingPeriod/list
This commit is contained in:
parent
032285442c
commit
80a4a6eda2
@ -8,9 +8,9 @@
|
|||||||
<table class="rounded">
|
<table class="rounded">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ 'Opening date'|trans }}</th>
|
<th class="chill-red">{{ 'Opening date'|trans }}</th>
|
||||||
<th>{{ 'Closing date'|trans }}</th>
|
<th class="chill-green">{{ 'Closing date'|trans }}</th>
|
||||||
<th>{{ 'Remark'|trans }}</th>
|
<th class="chill-orange">{{ 'Remark'|trans }}</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user