💄 anyrun: add 'glow' effect on focus search bar

This commit is contained in:
retrozinndev
2025-01-12 12:13:05 -03:00
parent 0c41ca33b2
commit 94f5caa09b
+2 -1
View File
@@ -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 {