From 94f5caa09b3caf670f74acd6997bf9bafcb60653 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 12 Jan 2025 12:13:05 -0300 Subject: [PATCH] :lipstick: anyrun: add 'glow' effect on focus search bar --- anyrun/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anyrun/style.css b/anyrun/style.css index 15eb1b0..c11b1e7 100644 --- a/anyrun/style.css +++ b/anyrun/style.css @@ -32,7 +32,8 @@ entry { } entry:focus, entry:active { - box-shadow: inset 0 0 0 2px @color2; + box-shadow: inset 0 0 0 2px @color2, + 0 4px 4px 1px alpha(@color2, 0.2); } entry:hover {