diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 914f752..0419ec0 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -70,6 +70,10 @@ } .titlebar { + .search{ + border: 1px solid $borders_color; + border-radius: 3px; + } .path-bar-box { .dim-label { color:transparent; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index f82ccf5..f002b13 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5631,6 +5631,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .searchbar-container { margin-top: -1px; } +.nautilus-window .titlebar .search { + border: 1px solid rgba(238, 238, 238, 0.1); + border-radius: 3px; } + .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 a884c06..2df072c 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5656,6 +5656,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .searchbar-container { margin-top: -1px; } +.nautilus-window .titlebar .search { + border: 1px solid rgba(0, 0, 0, 0.13); + border-radius: 3px; } + .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; }