Fix background on weekly report
This commit is contained in:
@@ -163,7 +163,7 @@ while($detection=$result1->fetchArray(SQLITE3_ASSOC))
|
|||||||
?>
|
?>
|
||||||
<br>
|
<br>
|
||||||
<?php // TODO: fix the box shadows, maybe make them a bit smaller on the tr ?>
|
<?php // TODO: fix the box shadows, maybe make them a bit smaller on the tr ?>
|
||||||
<table align="center" style="box-shadow:unset"><tr><td style="background-color:#77c487">
|
<table align="center" style="box-shadow:unset"><tr><td style="background-color:transparent">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -197,7 +197,7 @@ while($detection=$result1->fetchArray(SQLITE3_ASSOC))
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</td><td style="background-color:#77c487">
|
</td><td style="background-color:transparent">
|
||||||
|
|
||||||
<table >
|
<table >
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user