mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
DataTable tinting
This commit is contained in:
@@ -327,6 +327,10 @@ class DataTable(ScrollView, Generic[CellType], can_focus=True):
|
||||
color: $block-cursor-foreground;
|
||||
text-style: $block-cursor-text-style;
|
||||
}
|
||||
|
||||
& > .datatable--header {
|
||||
background-tint: $foreground 5%;
|
||||
}
|
||||
}
|
||||
|
||||
&:dark {
|
||||
|
||||
Reference in New Issue
Block a user