Add .table-group-divider to tbody with a custom color

This commit is contained in:
2023-10-01 10:56:09 +02:00
parent 6355460e01
commit 2fe221d0f4
8 changed files with 24 additions and 20 deletions

View File

@@ -30,7 +30,7 @@
<th colspan="2" scope="row">Data</th>
</tr>
</thead>
<tbody>
<tbody class="table-group-divider">
<tr>
<th class="w-33" scope="row">Type</th>
<td>{{ d.rolling_class.type }}</td>
@@ -76,7 +76,7 @@
<th colspan="2" scope="row">DCC data</th>
</tr>
</thead>
<tbody>
<tbody class="table-group-divider">
<tr>
<th class="w-33" scope="row">Decoder</th>
<td>{{ d.decoder }}</td>