diff options
author | Colomban Wendling <[email protected]> | 2019-06-27 11:28:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-30 14:49:04 +0200 |
commit | ce6e7ecce28903902530f94a5aea4ce2736d2727 (patch) | |
tree | 74e5750c9c735ce5f78f0d414de1fe29b178c8d0 /data | |
parent | 18e4fbd005bd561e4a12ed388d4d9a8c93f0b15b (diff) | |
download | caja-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.css | 1 |
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 */ |