summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2019-06-27 11:28:57 +0200
committerraveit65 <[email protected]>2019-06-30 14:49:04 +0200
commitce6e7ecce28903902530f94a5aea4ce2736d2727 (patch)
tree74e5750c9c735ce5f78f0d414de1fe29b178c8d0 /data
parent18e4fbd005bd561e4a12ed388d4d9a8c93f0b15b (diff)
downloadcaja-ce6e7ecce28903902530f94a5aea4ce2736d2727.tar.bz2
caja-ce6e7ecce28903902530f94a5aea4ce2736d2727.tar.xz
desktop: Force no borders on desktop items by default
The previous commit started always drawing the frame, which also leads to drawing the border. As we didn't have defaults for the borders, a theme could unexpectedly add theme while they weren't drawn before.
Diffstat (limited to 'data')
-rw-r--r--data/caja-desktop.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/caja-desktop.css b/data/caja-desktop.css
index a56797d9..bb277937 100644
--- a/data/caja-desktop.css
+++ b/data/caja-desktop.css
@@ -4,6 +4,7 @@
.caja-desktop-window,
.caja-desktop:not(:selected):not(:active):not(.rubberband){
background-color: transparent;
+ border: none;
}
/* desktop mode */