fix nemo/nautilus padding while scrolling issue
(cherry picked from commit 9f15409)
parent
5694b82051
commit
20aa3a5d69
gtk-3.0/apps
|
@ -122,6 +122,13 @@ NautilusNotebook.notebook {
|
|||
border-left-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
NautilusWindow NautilusCanvasView {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
NautilusWindow NautilusCanvasViewContainer {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
|
|
|
@ -61,6 +61,14 @@ NemoPathbarButton:active:hover {
|
|||
/* sidebar */
|
||||
|
||||
NemoWindow NemoIconView {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
NemoWindow > GtkGrid > GtkPaned > GtkBox {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
NemoWindow > GtkGrid > GtkPaned > GtkBox.sidebar {
|
||||
background-color: @base_color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue