~azzar1/nautilus/higidpi-desktop-view-margins

« back to all changes in this revision

Viewing changes to debian/patches/0002-desktop-window-restore-transparency-again.patch

  • Committer: Iain Lane
  • Date: 2016-05-09 12:26:34 UTC
  • Revision ID: iain.lane@canonical.com-20160509122634-7w0dt4re4158wpwn
debian/patches/0001-desktop-window-restore-transparency.patch,
debian/patches/0002-desktop-window-restore-transparency-again.patch:
Cherry-pick patches from upstream to fix the desktop window's transparency
with GTK 3.20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 4dc7e733597c35fdfc4ec36001098f2f7370e062 Mon Sep 17 00:00:00 2001
 
2
From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= <alberts.muktupavels@gmail.com>
 
3
Date: Tue, 2 Feb 2016 19:13:05 +0200
 
4
Subject: [PATCH] desktop-window: restore transparency (again)
 
5
 
 
6
GTK+ 31cc642288a4b707bd1400dc258c47f7cfa82829 commit rewrited
 
7
notebook style and now background color is set on notebook > stack.
 
8
 
 
9
Update css rule to remove background also from stack.
 
10
---
 
11
 src/resources/css/nautilus.css | 5 +++--
 
12
 1 file changed, 3 insertions(+), 2 deletions(-)
 
13
 
 
14
Index: b/src/nautilus-desktop-window.c
 
15
===================================================================
 
16
--- a/src/nautilus-desktop-window.c
 
17
+++ b/src/nautilus-desktop-window.c
 
18
@@ -224,7 +224,8 @@
 
19
                                                       NautilusDesktopWindowDetails);
 
20
 
 
21
        css = "nautilus-desktop-window,"
 
22
-             "nautilus-desktop-window notebook {"
 
23
+             "nautilus-desktop-window notebook,"
 
24
+             "nautilus-desktop-window notebook > stack {"
 
25
              "    background: transparent;"
 
26
              "}";
 
27