# HG changeset patch # User IBBoard # Date 1540666358 -3600 # Node ID 1f04bdf9ee9de2f03af2c263a034d9eb6e37a055 # Parent bc32690020a45fdc869b10d59bebc3e70e24a768 Fix Nautilus path bar background I swear this was dark grey when I committed and released! diff -r bc32690020a4 -r 1f04bdf9ee9d gtk-3.20/nautilus.css --- 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 */