# HG changeset patch # User IBBoard # Date 1480453070 0 # Node ID 63d2eeffe7711fdfc3049c3089c69c74a02f2e9b # Parent 156b2c122b1f941e690ac975c89a3448b9a42a04 Fix Nautilus background colour with an ugly specific rule diff -r 156b2c122b1f -r 63d2eeffe771 gtk-3.20/gtk.css --- a/gtk-3.20/gtk.css Tue Nov 29 20:45:52 2016 +0000 +++ b/gtk-3.20/gtk.css Tue Nov 29 20:57:50 2016 +0000 @@ -4815,7 +4815,7 @@ background-color: #5E7F3E; } /* Fudge the Nautilus icon view background colour in the only way that seems to work */ -.nautilus-window notebook { +.nautilus-window notebook > stack > box > grid { background-color: #F0F0F0; } /* And make the Nautilus places bar a bit darker, as it used to be */