mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Put the placeholder styling background
f495870b08 got a little too carried away.
This commit is contained in:
@@ -118,6 +118,9 @@ class Input(Widget, can_focus=True):
|
||||
color: $text;
|
||||
text-style: reverse;
|
||||
}
|
||||
Input>.input--placeholder {
|
||||
color: $text-disabled;
|
||||
}
|
||||
"""
|
||||
|
||||
cursor_blink = reactive(True)
|
||||
|
||||
Reference in New Issue
Block a user