yeeted extra table styling

This commit is contained in:
Nicolai Ort 2023-04-12 19:47:48 +02:00
parent c241961d0a
commit 52a02c82d2
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -249,24 +249,3 @@
{/if}
{/if}
<TableBottom {table} {selected}></TableBottom>
<style>
thead {
background: #fff;
}
thead {
position: sticky;
inset-block-start: 0;
}
tbody td {
padding: 4px;
}
tbody tr:nth-child(even) {
background: #fafafa;
}
tbody tr {
transition: all, 0.2s;
}
tbody tr:hover {
background: #f5f5f5;
}
</style>