summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2019-06-27 11:28:57 +0200
committerraveit65 <[email protected]>2022-07-20 00:15:22 +0200
commit68024749ff3a6caf69b1ac5a25895c8803f29c67 (patch)
treee29ec960303cca6d1f6440447ee4558e218bf51e
parent1cbfcb0a610a9dec544544a3c6046a42fe4bf18c (diff)
downloadcaja-68024749ff3a6caf69b1ac5a25895c8803f29c67.tar.bz2
caja-68024749ff3a6caf69b1ac5a25895c8803f29c67.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.
-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 */