added border to input box

This commit is contained in:
2026-03-12 08:59:53 -05:00
parent 16d79df421
commit 6145a23296

View File

@@ -55,8 +55,8 @@ Screen {
Input { Input {
dock: bottom; dock: bottom;
margin: 0; margin: 0;
border: none; border: heavy darkcyan;
padding: 0 1; padding: 0;
} }
/* HeaderPanel styles are in DEFAULT_CSS on the widget itself */ /* HeaderPanel styles are in DEFAULT_CSS on the widget itself */