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; }