Replacing the default pinkish background with a grey one, and put the text in {color}

This commit is contained in:
Grégoire Bélorgey
2013-04-28 11:13:46 +02:00
parent 71b8e7cc33
commit 4b52f6da2e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -72,8 +72,8 @@
</tr>
<tr style="text-align: right; font-weight: bold;">
<td>&nbsp;</td>
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;" colspan="3">Total paid</td>
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;">{total_paid}</td>
<td style="background-color: #ebecee; color: {color}; padding: 0.6em 0.4em;" colspan="3">Total paid</td>
<td style="background-color: #ebecee; color: {color}; padding: 0.6em 0.4em;">{total_paid}</td>
</tr>
</tbody>
</table>
+2 -2
View File
@@ -43,8 +43,8 @@
<td style="background-color: #dde2e6; padding: 0.6em 0.4em;">{total_shipping}</td>
</tr>
<tr style="text-align: right; font-weight: bold;">
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;" colspan="4">Total paid</td>
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;">{total_paid}</td>
<td style="background-color: #ebecee; color: {color}; padding: 0.6em 0.4em;" colspan="4">Total paid</td>
<td style="background-color: #ebecee; color: {color}; padding: 0.6em 0.4em;">{total_paid}</td>
</tr>
</table>