diff options
-rw-r--r-- | data/caja-desktop.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/caja-desktop.css b/data/caja-desktop.css index bb277937..33f0d754 100644 --- a/data/caja-desktop.css +++ b/data/caja-desktop.css @@ -2,7 +2,10 @@ /* This is loaded with GTK_STYLE_PROVIDER_PRIORITY_APPLICATION and overrides themes */ .caja-desktop-window, -.caja-desktop:not(:selected):not(:active):not(.rubberband){ +.caja-desktop:not(:selected):not(:active):not(.rubberband), +/* unfortunately we also have to apply this to all views normal states for the + * split view items not to have background */ +.caja-canvas-item:not(:selected):not(:active):not(.rubberband){ background-color: transparent; border: none; } |