From 8d658fa4f3790972c38e04df23eaa7b88b5066d8 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Fri, 29 Jul 2016 17:12:55 -0400 Subject: caja.css: include GTK 3.21 desktop selectors The selectors to hold the desktop transparent in GTK 3.21 or later builds seem to be ignored in GTK 3.20 or older builds where Caja draws the desktop. Ideally some makefile work and two raw files would apply this only in GTK 3.21 and later builds --- data/caja.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') diff --git a/data/caja.css b/data/caja.css index b507e5ef..f0b8a607 100644 --- a/data/caja.css +++ b/data/caja.css @@ -3,6 +3,15 @@ border-radius: 3px; } +.caja-desktop-window, +.caja-desktop:not(:selected):not(:active):not(.rubberband){ + background-color: transparent; +} +/*color of desktop when compositor is not available*/ +.caja-fallback-desktop-background{ + background-color: #114466; +} + /* desktop mode */ .caja-desktop.caja-canvas-item { color: #ffffff; -- cgit v1.2.1