yeeted extra table styling
This commit is contained in:
parent
c241961d0a
commit
52a02c82d2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user