mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +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">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ 'Opening date'|trans }}</th>
|
||||
<th>{{ 'Closing date'|trans }}</th>
|
||||
<th>{{ 'Remark'|trans }}</th>
|
||||
<th class="chill-red">{{ 'Opening date'|trans }}</th>
|
||||
<th class="chill-green">{{ 'Closing date'|trans }}</th>
|
||||
<th class="chill-orange">{{ 'Remark'|trans }}</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user