comparison gtk-3.20/gtk.scss @ 42:464e0bd93ed9

Fix light "sidebar" tabs when window is unfocused Found in Widget Factory page 3
author IBBoard <dev@ibboard.co.uk>
date Wed, 15 Mar 2017 20:27:10 +0000
parents d49665775e8b
children 61cd8144597e
comparison
equal deleted inserted replaced
41:d49665775e8b 42:464e0bd93ed9
371 } 371 }
372 &:backdrop { background-color: $selected_bg_color; } 372 &:backdrop { background-color: $selected_bg_color; }
373 } 373 }
374 } 374 }
375 375
376 .sidebar list {
377 background: transparent;
378 }
379
376 // The path bar box in Open dialogs is classed as a view, but we don't 380 // The path bar box in Open dialogs is classed as a view, but we don't
377 // want it that light 381 // want it that light
378 #pathbarbox { 382 #pathbarbox {
379 background-color: $bg_color; 383 background-color: $bg_color;
380 } 384 }