From e79d6dade80a875e5be5c28d17f31b303be77889 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 1 Sep 2019 13:18:10 -0500 Subject: [PATCH] Fix overflowing text entries --- gtk-3.0/apps/_gnome.scss | 5 +++++ gtk-3.0/gtk-dark.css | 5 +++++ gtk-3.0/gtk.css | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index d3b546d..71672f1 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -68,6 +68,11 @@ } .titlebar { + .search { + border: 1px solid transparent; + border-radius: 3px; + box-shadow: none; + } .path-bar-box { .dim-label { color:transparent; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 690ecbf..1d10fd8 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5609,6 +5609,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .searchbar-container { margin-top: -1px; } +.nautilus-window .titlebar .search { + border: 1px solid transparent; + border-radius: 3px; + box-shadow: none; } + .nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle { color: transparent; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 690ecbf..1d10fd8 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5609,6 +5609,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .searchbar-container { margin-top: -1px; } +.nautilus-window .titlebar .search { + border: 1px solid transparent; + border-radius: 3px; + box-shadow: none; } + .nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle { color: transparent; }