mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
apply style to widget
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
*:hover {
|
||||
tint: 30% red;
|
||||
/* tint: 30% red;
|
||||
/* outline: heavy red; */
|
||||
}
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ class BasicApp(App, css_path="basic.css"):
|
||||
Static(Syntax(CODE, "python"), classes="code"),
|
||||
classes="scrollable",
|
||||
),
|
||||
# table,
|
||||
table,
|
||||
Error(),
|
||||
Tweet(TweetBody(), classes="scrollbar-size-custom"),
|
||||
Warning(),
|
||||
|
||||
Reference in New Issue
Block a user