mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
22
docs/examples/widgets/progress_bar_styled.tcss
Normal file
22
docs/examples/widgets/progress_bar_styled.tcss
Normal file
@@ -0,0 +1,22 @@
|
||||
Bar > .bar--indeterminate {
|
||||
color: $primary;
|
||||
background: $secondary;
|
||||
}
|
||||
|
||||
Bar > .bar--bar {
|
||||
color: $primary;
|
||||
background: $primary 30%;
|
||||
}
|
||||
|
||||
Bar > .bar--complete {
|
||||
color: $error;
|
||||
}
|
||||
|
||||
PercentageStatus {
|
||||
text-style: reverse;
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
ETAStatus {
|
||||
text-style: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user