[gnome-text-editor] css: soften shadow



commit 745e2acfaeef4ddca5643b9630b6bbdb9614c432
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 30 14:18:02 2021 -0700

    css: soften shadow

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