Mercurial > repos > other > Adwaita-Dark-Green
changeset 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 | d8eaee5178b7 |
files | gtk-3.20/gtk.css gtk-3.20/gtk.scss |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk-3.20/gtk.css Wed Mar 15 20:17:42 2017 +0000 +++ b/gtk-3.20/gtk.css Wed Mar 15 20:27:10 2017 +0000 @@ -4862,6 +4862,9 @@ .view:selected:backdrop, iconview:selected:backdrop, .view text:selected:backdrop, iconview text:selected:backdrop, iconview:selected:backdrop, iconview text:selected:backdrop, textview:selected:backdrop, textview text:selected:backdrop, list:selected:backdrop, list-row:selected:backdrop, list-row.button:selected:backdrop { background-color: #5E7F3E; } +.sidebar list { + background: transparent; } + #pathbarbox { background-color: #C6C6C6; }