hamster-tools/hamstertools/app.tcss

20 lines
202 B
Plaintext

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