Merge pull request #276 from leoetlino/nautilus-places-sidebar
gtk-3.0: Fix Nautilus places sidebarpull/278/head
commit
90555ed64d
|
@ -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 *
|
||||
******************************/
|
||||
|
|
Loading…
Reference in New Issue