[nautilus/gnome-3-20] nautilus.css: fix opaque desktop window after theme change



commit adfd9b03a8bb166ff5797ac88ab7f38cc6956235
Author: Ernestas Kulik <ernestask src gnome org>
Date:   Sun Aug 7 13:33:41 2016 +0300

    nautilus.css: fix opaque desktop window after theme change
    
    The background of the window paned is not set to be transparent, which
    may cause it to become opaque when changing themes. This commit sets its
    background color in the style sheet.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765687

 src/resources/css/nautilus.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/css/nautilus.css b/src/resources/css/nautilus.css
index 6a8b9a9..ad3465f 100644
--- a/src/resources/css/nautilus.css
+++ b/src/resources/css/nautilus.css
@@ -4,6 +4,7 @@
 }
 
 nautilus-desktop-window,
+nautilus-desktop-window paned,
 nautilus-desktop-window notebook,
 nautilus-desktop-window notebook > stack {
     background: transparent;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]