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

gtk-3.0: Fix Nautilus places sidebar
pull/278/head
Satyajit Sahoo 2015-12-14 00:09:28 +05:30
commit 90555ed64d
1 changed files with 6 additions and 0 deletions

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 *
******************************/