From 77d65444918f338480a59b460231928d5183cfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 13 Dec 2015 13:21:55 +0100 Subject: [PATCH] gtk-3.0: Fix Nautilus places sidebar This fixes Nautilus's places sidebar which had an opaque grey area where the overshoot/undershoot transparent areas were meant to be. --- gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 5717fa2..1c899cc 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -3664,6 +3664,12 @@ GtkProgressBar.osd.progressbar { background-color: @osd_bg; } +/* notably used in Nautilus */ +.sidebar GtkPlacesSidebar { + /* fixes opaque grey area for the overshoot and undershoot areas */ + background: rgba(0, 0, 0, 0); +} + /****************************** * destructive action buttons * ******************************/