[gnome-text-editor/wip/exalm/styles: 5/8] css: Fix search bar border




commit b00e721351f5b0bcb0b30ac3973b68666bd70fd8
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Jan 7 17:01:53 2022 +0500

    css: Fix search bar border

 src/TextEditor.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/TextEditor.css b/src/TextEditor.css
index 94ae437..aa51628 100644
--- a/src/TextEditor.css
+++ b/src/TextEditor.css
@@ -85,6 +85,7 @@ window.org-gnome-TextEditor .open-popover list row button {
 
 window.org-gnome-TextEditor page .searchbar {
   background-color: @popover_bg_color;
+  background-clip: padding-box;
   color: @popover_fg_color;
   padding: 6px;
   border-style: solid;


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