Update filter select elements after selecting a new year
[misc/kostenrechnung] / masks / materialverbrauch.php
index e861a1b..e068a95 100644 (file)
@@ -68,7 +68,7 @@ $mask = array(
              'details' => array(
                                 'html' => '<table id="materialverbrauch_table" cellspacing="0" style="margin-top: -13px;" border="0" width="100%">'.
                                 '<thead>'.
-                                '<tr bgcolor="#ffd76d"><th>Material</th><th>Menge</th></tr>'.
+                                '<tr bgcolor="#ffd76d" style="color: #444;"><th>Material</th><th>Menge</th></tr>'.
                                 '</thead>'.
                                 '<tbody id="detail_materialverbrauch_tbody"></tbody>'.
                                 '</table>',