From 85830477831aef0dbc77d8c6fc9484485092f434 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Thu, 13 Aug 2020 15:09:56 -0500 Subject: [PATCH] Gnome: Improve nautilus search bar appearance --- gtk-3.0/apps/_gnome.scss | 12 +++++++++++- gtk-3.0/gtk-dark.css | 12 ++++++++++-- gtk-3.0/gtk.css | 12 ++++++++++-- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 91c868a..cbdb216 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -72,8 +72,10 @@ .titlebar { .search { border: 1px solid transparent; - border-radius: 3px; + border-radius: 10px; box-shadow: none; + margin-top: 10px; + margin-bottom: 10px; } .path-bar-box { .dim-label { @@ -101,6 +103,14 @@ } } } + + .linked:not(.vertical) > entry { + border-radius: 10px; + margin-right: 5px; + &:focus { + border-color: transparentize($selected_bg_color, 0.4); + } + } } .nautilus-circular-button { diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index e3c8252..30d3230 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5601,8 +5601,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .titlebar .search { border: 1px solid transparent; - border-radius: 3px; - box-shadow: none; } + border-radius: 10px; + box-shadow: none; + margin-top: 10px; + margin-bottom: 10px; } .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; } @@ -5630,6 +5632,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled box-shadow: none; border: none; } +.nautilus-window .linked:not(.vertical) > entry { + border-radius: 10px; + margin-right: 5px; } + .nautilus-window .linked:not(.vertical) > entry:focus { + border-color: rgba(197, 14, 210, 0.6); } + .nautilus-circular-button { border-radius: 20px; -gtk-outline-radius: 20px; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index e3c8252..30d3230 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5601,8 +5601,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .titlebar .search { border: 1px solid transparent; - border-radius: 3px; - box-shadow: none; } + border-radius: 10px; + box-shadow: none; + margin-top: 10px; + margin-bottom: 10px; } .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; } @@ -5630,6 +5632,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled box-shadow: none; border: none; } +.nautilus-window .linked:not(.vertical) > entry { + border-radius: 10px; + margin-right: 5px; } + .nautilus-window .linked:not(.vertical) > entry:focus { + border-color: rgba(197, 14, 210, 0.6); } + .nautilus-circular-button { border-radius: 20px; -gtk-outline-radius: 20px; }