[gnome-text-editor] css: tweak shadow color for search entry



commit 591b207e8f9c96440e4ff66f63f3bb4bb00f436c
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 30 13:46:40 2021 -0700

    css: tweak shadow color for search entry

 src/TextEditor.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/TextEditor.css b/src/TextEditor.css
index 948a5ab..2d51e74 100644
--- a/src/TextEditor.css
+++ b/src/TextEditor.css
@@ -90,7 +90,7 @@
   border-bottom-width: 1px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
-  box-shadow: 0 0 3px @wm_shadow;
+  box-shadow: 0px 3px 5px 3px alpha(@borders,.35);
   margin: 0 10px 20px 10px;
 }
 .org-gnome-TextEditor page searchbar:backdrop {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]