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 {
dock: bottom;
margin: 0;
border: none;
padding: 0 1;
border: heavy darkcyan;
padding: 0;
}
/* HeaderPanel styles are in DEFAULT_CSS on the widget itself */