hamster-tools/hamstertools/app.tcss
2023-10-27 16:39:58 +01:00

16 lines
171 B
Plaintext

DataTable {
height: 90%;
}
DataTable .datatable--cursor {
background: grey;
}
DataTable:focus .datatable--cursor {
background: orange;
}
#filter {
display: none;
}