striped tabled

This commit is contained in:
2023-04-26 22:51:57 +02:00
parent 46d076af9d
commit 5e82638f35
15 changed files with 24 additions and 24 deletions

View File

@@ -315,7 +315,7 @@
<div class="w-full overflow-x-auto">
<table class="divide-y divide-gray-200 w-full">
<thead class="bg-gray-50">
<tr>
<tr class="odd:bg-white even:bg-gray-100">
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
@@ -350,7 +350,7 @@
.toString()
.toLowerCase()
.includes(searchvalue)}
<tr>
<tr class="odd:bg-white even:bg-gray-100">
<td class="px-6 py-4 whitespace-nowrap">
{runner[`${$_("csv_import__firstname")}`]}
</td>

View File

@@ -213,7 +213,7 @@
</div>
<div class="overflow-x-auto">
<table class="w-full">
<thead>
<thead class="border-b border-gray-400">
{#each $table.getHeaderGroups() as headerGroup}
<tr class="select-none">
<th class="inset-y-0 left-0 px-4 py-2 text-left w-px">
@@ -232,7 +232,7 @@
</thead>
<tbody>
{#each $table.getRowModel().rows as row}
<tr>
<tr class="odd:bg-white even:bg-gray-100">
<td class="inset-y-0 left-0 px-4 py-2 text-center w-px">
<InputElement
type="checkbox"