Mercurial > repos > other > Adwaita-Dark-Green
diff gtk-3.20/nautilus.css @ 81:1f04bdf9ee9d
Fix Nautilus path bar background
I swear this was dark grey when I committed and released!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 27 Oct 2018 19:52:38 +0100 |
parents | d71147e95c97 |
children | fe8579b6ce50 |
line wrap: on
line diff
--- a/gtk-3.20/nautilus.css Sat Oct 27 19:34:58 2018 +0100 +++ b/gtk-3.20/nautilus.css Sat Oct 27 19:52:38 2018 +0100 @@ -89,11 +89,11 @@ transition: background-color 200ms; } .nautilus-window .path-bar-box.width-maximized { - border: 1px @borders solid; + border: 1px @wm_button_border solid; border-radius: 3px; } .nautilus-window .path-bar-box.width-maximized:not(:backdrop) { - background-color: @theme_bg_color; + background-color: @wm_bg_a; } /* Make the tags fit into the box */