From e471ab65965f0c9f0d40c943706f4d6c30cfaaeb Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 18 Mar 2024 17:49:12 +0200 Subject: [PATCH] prompt-buffer(style): Improve input bar styling. --- source/prompt-buffer.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/prompt-buffer.lisp b/source/prompt-buffer.lisp index 7d2d0e3a813..3a2a6d2fc25 100644 --- a/source/prompt-buffer.lisp +++ b/source/prompt-buffer.lisp @@ -173,13 +173,13 @@ See `nyxt::attribute-widths'.") :background-color ,theme:background :color ,theme:on-background :opacity 0.9 - :border "none" + :border 2px solid ,(cl-colors2:print-hex theme:primary- :alpha 0.40) :outline "none" :padding "3px" :width "100%" :autofocus "true") `("#input:focus" - :box-shadow inset 0 0 0 3px ,(cl-colors2:print-hex theme:action- :alpha 0.40)) + :border-color ,(cl-colors2:print-hex theme:action- :alpha 0.40)) `(".source" :margin-left "10px" :margin-top "15px")