Adding colors for table header of Activity/list

This commit is contained in:
Marc Ducobu 2015-08-26 13:34:17 +02:00
parent c7962c8afd
commit 7008284479

View File

@ -24,9 +24,9 @@
<table class="records_list"> <table class="records_list">
<thead> <thead>
<tr> <tr>
<th>{{'Date' | trans }}</th> <th class="chill-red">{{'Date' | trans }}</th>
<th>{{'Duration Time' | trans }}</th> <th class="chill-green">{{'Duration Time' | trans }}</th>
<th>{{'Reason' | trans}}</th> <th class="chill-orange">{{'Reason' | trans}}</th>
<th>{{'Type' | trans}}</th> <th>{{'Type' | trans}}</th>
<th></th> <th></th>
<th></th> <th></th>