changeset 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 bc32690020a4
children 3c2f1274d516
files gtk-3.20/nautilus.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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 */