From 460603aa43765cfd2b9a0c8de3c52693bbda56a8 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 13 Sep 2023 21:23:49 +0100 Subject: [PATCH] Make the borders of the command palette more subtle --- src/textual/command.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/textual/command.py b/src/textual/command.py index 346f7bc89..2652fcea3 100644 --- a/src/textual/command.py +++ b/src/textual/command.py @@ -247,7 +247,7 @@ class CommandList(OptionList, can_focus=False): CommandList { visibility: hidden; border-top: blank; - border-bottom: hkey $accent; + border-bottom: hkey $primary; border-left: none; border-right: none; height: auto; @@ -352,7 +352,7 @@ class CommandPalette(ModalScreen[CallbackType], inherit_css=False): CommandPalette #--input { height: auto; visibility: visible; - border: hkey $accent; + border: hkey $primary; background: $panel; } @@ -379,7 +379,7 @@ class CommandPalette(ModalScreen[CallbackType], inherit_css=False): height: auto; visibility: hidden; background: $panel; - border-bottom: hkey $accent; + border-bottom: hkey $primary; } CommandPalette LoadingIndicator.--visible {