fix nemo/nautilus padding while scrolling issue

(cherry picked from commit 9f15409)
Dustin Falgout 2015-05-16 12:27:32 -05:00
parent 5694b82051
commit 20aa3a5d69
2 changed files with 15 additions and 0 deletions

View File

@ -122,6 +122,13 @@ NautilusNotebook.notebook {
border-left-width: 0; border-left-width: 0;
border-bottom-width: 0; border-bottom-width: 0;
} }
NautilusWindow NautilusCanvasView {
background: transparent;
}
NautilusWindow NautilusCanvasViewContainer {
background: #ffffff;
}
NautilusNotebook .frame { NautilusNotebook .frame {
border-width: 0; border-width: 0;

View File

@ -61,6 +61,14 @@ NemoPathbarButton:active:hover {
/* sidebar */ /* sidebar */
NemoWindow NemoIconView { NemoWindow NemoIconView {
background-color: transparent;
}
NemoWindow > GtkGrid > GtkPaned > GtkBox {
background-color: #ffffff;
}
NemoWindow > GtkGrid > GtkPaned > GtkBox.sidebar {
background-color: @base_color; background-color: @base_color;
} }