Put the placeholder styling background

f495870b08 got a little too carried away.
This commit is contained in:
Dave Pearson
2023-02-13 10:49:31 +00:00
parent f495870b08
commit 04c207627c

View File

@@ -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)