diff options
author | lukefromdc <[email protected]> | 2016-08-09 14:15:17 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-09 20:25:20 +0200 |
commit | e5cb35ed5701a28b7a91cf2919f8695f9c8776af (patch) | |
tree | 2bda97d7b984c8fe785ec5a32c799d81485cbb6e | |
parent | c7daae8ae33f89e99573f6303b707ff1475b34c8 (diff) | |
download | caja-e5cb35ed5701a28b7a91cf2919f8695f9c8776af.tar.bz2 caja-e5cb35ed5701a28b7a91cf2919f8695f9c8776af.tar.xz |
Bring back part of caja.css needed for compositing
Composited case still requires desktop, desktop window to be set transparent. Changes in last commit only affected noncomposited case
-rw-r--r-- | data/caja.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/caja.css b/data/caja.css index b507e5ef..1d3f629d 100644 --- a/data/caja.css +++ b/data/caja.css @@ -3,6 +3,11 @@ border-radius: 3px; } +.caja-desktop-window, +.caja-desktop:not(:selected):not(:active):not(.rubberband){ + background-color: transparent; +} + /* desktop mode */ .caja-desktop.caja-canvas-item { color: #ffffff; @@ -57,4 +62,3 @@ border-width: 0px; border-style: none; } - |