diff options
author | raveit65 <[email protected]> | 2016-08-09 19:46:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-09 19:46:45 +0200 |
commit | c7daae8ae33f89e99573f6303b707ff1475b34c8 (patch) | |
tree | cf62aeebcafca2d8a4f47ca4b6738f7bd1041d36 | |
parent | 8c926115c99100a581abfd20dced5dfbe4922792 (diff) | |
download | caja-c7daae8ae33f89e99573f6303b707ff1475b34c8.tar.bz2 caja-c7daae8ae33f89e99573f6303b707ff1475b34c8.tar.xz |
Revert "caja.css: include GTK 3.21 desktop selectors"
This reverts commit 8d658fa4f3790972c38e04df23eaa7b88b5066d8.
No need of this after latest commit.
-rw-r--r-- | data/caja.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/data/caja.css b/data/caja.css index f0b8a607..b507e5ef 100644 --- a/data/caja.css +++ b/data/caja.css @@ -3,15 +3,6 @@ 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; |