Adding colors for table header of Report/list

This commit is contained in:
Marc Ducobu 2015-08-26 13:36:04 +02:00
parent 1f58e60c09
commit 02a48c32c1

View File

@ -24,9 +24,9 @@
<table class="" style="width:100%">
<thead>
<tr>
<th>{{ 'Date' | trans }}</th>
<th>{{ 'Report type' | trans }}</th>
<th>{{ 'Report scope' | trans }}</th>
<th class="chill-red">{{ 'Date' | trans }}</th>
<th class="chill-green">{{ 'Report type' | trans }}</th>
<th class="chill-orange">{{ 'Report scope' | trans }}</th>
<th></th>
<th></th>
</tr>