diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 634421c..5919a5f 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -3690,6 +3690,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 * ******************************/