From 0965f877a140b39dbfd6b0ca55587c306c774072 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 | 8 ++++++++ gtk-3.0/gtk-dark.css | 8 +++++++- gtk-3.0/gtk.css | 8 +++++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 3b04089..8176e12 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -74,6 +74,7 @@ border: 1px solid transparent; border-radius: 3px; box-shadow: none; + margin: 10px 5px 10px 0; } .path-bar-box { .dim-label { @@ -101,6 +102,13 @@ } } } + + .linked:not(.vertical) > entry { + border-radius: 10px; + &: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 fba57c2..8e394d3 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5607,7 +5607,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .titlebar .search { border: 1px solid transparent; border-radius: 3px; - box-shadow: none; } + box-shadow: none; + margin: 10px 5px 10px 0; } .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; } @@ -5635,6 +5636,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled box-shadow: none; border: none; } +.nautilus-window .linked:not(.vertical) > entry { + border-radius: 10px; } + .nautilus-window .linked:not(.vertical) > entry:focus { + border-color: rgba(247, 185, 34, 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 fba57c2..8e394d3 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5607,7 +5607,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .titlebar .search { border: 1px solid transparent; border-radius: 3px; - box-shadow: none; } + box-shadow: none; + margin: 10px 5px 10px 0; } .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; } @@ -5635,6 +5636,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled box-shadow: none; border: none; } +.nautilus-window .linked:not(.vertical) > entry { + border-radius: 10px; } + .nautilus-window .linked:not(.vertical) > entry:focus { + border-color: rgba(247, 185, 34, 0.6); } + .nautilus-circular-button { border-radius: 20px; -gtk-outline-radius: 20px; }