comparison gtk-3.20/gtk.scss @ 28:3ae6b747786b

Make SCSS match last CSS change to fix Nautilus
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Dec 2016 20:36:26 +0000
parents 156b2c122b1f
children ccdb5b8b5a6f
comparison
equal deleted inserted replaced
27:63d2eeffe771 28:3ae6b747786b
391 } 391 }
392 } 392 }
393 } 393 }
394 394
395 /* Fudge the Nautilus icon view background colour in the only way that seems to work */ 395 /* Fudge the Nautilus icon view background colour in the only way that seems to work */
396 .nautilus-window notebook { background-color: $text_input_color; } 396 .nautilus-window notebook > stack > box > grid { background-color: $text_input_color; }
397 397
398 /* And make the Nautilus places bar a bit darker, as it used to be */ 398 /* And make the Nautilus places bar a bit darker, as it used to be */
399 placessidebar list { 399 placessidebar list {
400 background-color: $sidebar_bg_color; 400 background-color: $sidebar_bg_color;
401 border-color: $borders_color; 401 border-color: $borders_color;