changeset 27:63d2eeffe771

Fix Nautilus background colour with an ugly specific rule
author IBBoard <dev@ibboard.co.uk>
date Tue, 29 Nov 2016 20:57:50 +0000
parents 156b2c122b1f
children 3ae6b747786b
files gtk-3.20/gtk.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */