[nautilus] nautilus.css: fix opaque desktop window after theme change



commit 0f6ff853fcd0a54dfd978835839a3675efd82f76
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 16706eb..4f875e1 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]