Style datatable cursor
This commit is contained in:
parent
cbbf952787
commit
2b7689c840
19
hamstertools/app.tcss
Normal file
19
hamstertools/app.tcss
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user