summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-08-07 13:33:41 +0300
committerErnestas Kulik <ernestask@src.gnome.org>2016-08-08 11:39:43 +0300
commit0f6ff853fcd0a54dfd978835839a3675efd82f76 (patch)
tree0b95d095bccb3115599f448ad55e56da68e2bdae
parent2c43aa6452e52f712e164688506c1604bd53a24f (diff)
downloadnautilus-0f6ff853fcd0a54dfd978835839a3675efd82f76.tar.gz
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
-rw-r--r--src/resources/css/nautilus.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/css/nautilus.css b/src/resources/css/nautilus.css
index 16706ebf9..4f875e1e2 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;