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 Person/list
This commit is contained in:
parent
15c589e812
commit
032285442c
@ -23,9 +23,9 @@
|
|||||||
<table class="striped rounded">
|
<table class="striped rounded">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans %}Name{% endtrans %}</th>
|
<th class="chill-red">{% trans %}Name{% endtrans %}</th>
|
||||||
<th>{% trans %}Date of birth{% endtrans %}</th>
|
<th class="chill-green">{% trans %}Date of birth{% endtrans %}</th>
|
||||||
<th>{% trans %}Nationality{% endtrans %}</th>
|
<th class="chill-orange">{% trans %}Nationality{% endtrans %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user