From f701d04b9d5f0e2e690de078f8b1b5af5cd15477 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Thu, 4 May 2023 22:46:08 -0400 Subject: [PATCH] Tweak input styles in light mode --- src/textual_paint/paint.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/textual_paint/paint.css b/src/textual_paint/paint.css index 486aae8..049b81b 100644 --- a/src/textual_paint/paint.css +++ b/src/textual_paint/paint.css @@ -271,6 +271,16 @@ DialogWindow .buttons Button { width: auto; margin: 1; } +.-light-mode DialogWindow Input { + background: white; + border: tall $panel-darken-3; + /* can't really do good inset styles because of how the corners work */ + /* border-right: tall $panel-lighten-1; */ + /* border-bottom: tall $panel-lighten-1; */ +} +.-light-mode DialogWindow Input:focus { + border: tall black; +} #attributes_dialog .window_content { padding: 1 4;