summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-08-09 14:15:17 -0400
committerraveit65 <[email protected]>2016-08-09 20:25:20 +0200
commite5cb35ed5701a28b7a91cf2919f8695f9c8776af (patch)
tree2bda97d7b984c8fe785ec5a32c799d81485cbb6e
parentc7daae8ae33f89e99573f6303b707ff1475b34c8 (diff)
downloadcaja-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.css6
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;
}
-