Merge pull request #276 from leoetlino/nautilus-places-sidebar

gtk-3.0: Fix Nautilus places sidebar
This commit is contained in:
Satyajit Sahoo
2015-12-14 00:09:28 +05:30
+6
View File
@@ -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 *
******************************/