From ce6e7ecce28903902530f94a5aea4ce2736d2727 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 27 Jun 2019 11:28:57 +0200 Subject: 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. --- data/caja-desktop.css | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 */ -- cgit v1.2.1