[gnome-text-editor] css: tweak shadow on search bar



commit 253eea6572002b2bc76f642d55c9d6fa7e23a39e
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 1 14:33:06 2021 -0700

    css: tweak shadow on search bar

 src/TextEditor.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/TextEditor.css b/src/TextEditor.css
index 7e28ce7..c6d88d3 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 3px alpha(@borders,.35);
+  box-shadow: 0 0 3px 1px alpha(shade(@borders,0.8),.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]