yeeted extra table styling
This commit is contained in:
parent
c241961d0a
commit
52a02c82d2
@ -248,25 +248,4 @@
|
|||||||
|
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
<TableBottom {table} {selected}></TableBottom>
|
<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