hamster-tools/hamstertools/app.tcss

16 lines
171 B
Plaintext
Raw Normal View History

2023-10-27 15:29:12 +00:00
DataTable {
height: 90%;
}
DataTable .datatable--cursor {
background: grey;
}
DataTable:focus .datatable--cursor {
background: orange;
}
#filter {
display: none;
}