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 1918ba3..4725650 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5603,6 +5603,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 1918ba3..4725650 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5603,6 +5603,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; }