Style datatable cursor

This commit is contained in:
3wc 2023-10-27 16:29:12 +01:00
parent cbbf952787
commit 2b7689c840
1 changed files with 19 additions and 0 deletions

19
hamstertools/app.tcss Normal file
View File

@ -0,0 +1,19 @@
Screen {
layout: vertical;
}
DataTable {
height: 90%;
}
DataTable .datatable--cursor {
background: grey;
}
DataTable:focus .datatable--cursor {
background: orange;
}
#filter {
display: none;
}