summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-12 16:34:00 +0100
committerraveit65 <[email protected]>2017-03-12 16:34:00 +0100
commite7834d32c9b1aae49d9f791a5eba70dc33d0849d (patch)
tree15f1ddce86a0d6979b513ca80d8b169160c808b0 /data
parent2a3d4cbef005553cff444aad4caa11f73484e1ea (diff)
downloadcaja-e7834d32c9b1aae49d9f791a5eba70dc33d0849d.tar.bz2
caja-e7834d32c9b1aae49d9f791a5eba70dc33d0849d.tar.xz
Revert "css: honor new bg handling for all gtk+ versions"
This reverts commit 2a3d4cbef005553cff444aad4caa11f73484e1ea. No need anymore after PRs are updated.
Diffstat (limited to 'data')
-rw-r--r--data/caja-desktop.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/data/caja-desktop.css b/data/caja-desktop.css
index e9c5ba9c..a56797d9 100644
--- a/data/caja-desktop.css
+++ b/data/caja-desktop.css
@@ -2,18 +2,10 @@
/* This is loaded with GTK_STYLE_PROVIDER_PRIORITY_APPLICATION and overrides themes */
.caja-desktop-window,
-.caja-desktop {
+.caja-desktop:not(:selected):not(:active):not(.rubberband){
background-color: transparent;
}
-.caja-desktop:selected, .caja-desktop:active {
- background-color: @theme_selected_bg_color;
-}
-
-.caja-desktop.rubberband {
- background-color: alpha(@theme_selected_bg_color,0.35);
-}
-
/* desktop mode */
.caja-desktop.caja-canvas-item {
color: #ffffff;