From 34ea5e8558bdd67442371645832098fae8619d83 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 1 Sep 2019 13:16:22 -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 2ff727b..1a056c6 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -70,6 +70,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 4807c51..cfcfb20 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5640,6 +5640,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 51a9d72..0671770 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5665,6 +5665,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; }