diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-02-02 19:13:05 +0200 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-02-02 19:13:05 +0200 |
commit | 4dc7e733597c35fdfc4ec36001098f2f7370e062 (patch) | |
tree | 2901798d63cf1e98321c9cffa6a1e5c25a64ac08 /src/resources/css | |
parent | 984438f1028580d3be65ee1d27f99dd84448c97f (diff) | |
download | nautilus-4dc7e733597c35fdfc4ec36001098f2f7370e062.tar.gz |
desktop-window: restore transparency (again)
GTK+ 31cc642288a4b707bd1400dc258c47f7cfa82829 commit rewrited
notebook style and now background color is set on notebook > stack.
Update css rule to remove background also from stack.
Diffstat (limited to 'src/resources/css')
-rw-r--r-- | src/resources/css/nautilus.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/css/nautilus.css b/src/resources/css/nautilus.css index c8a8fd087..6a8b9a9b4 100644 --- a/src/resources/css/nautilus.css +++ b/src/resources/css/nautilus.css @@ -4,6 +4,7 @@ } nautilus-desktop-window, -nautilus-desktop-window notebook { - background-color: transparent; +nautilus-desktop-window notebook, +nautilus-desktop-window notebook > stack { + background: transparent; } |