Some style fixes to keep things consistent after recent pull request integration.
[timetracker.git] / WEB-INF / templates / invoice_view.tpl
index 31ff8e7..1ff5c83 100644 (file)
@@ -31,7 +31,7 @@
           <td class="tableHeaderCentered" width="5%">{$i18n.label.cost}</td>
         </tr>
   {foreach $invoice_items as $invoice_item}
-        <tr bgcolor="{cycle values="#f5f5f5,#ccccce"}">
+        <tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
           <td valign="top">{$invoice_item.date}</td>
           <td valign="top">{$invoice_item.user_name|escape}</td>
     {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}