fix nemo/nautilus padding while scrolling issue
(cherry picked from commit 9f15409)
parent
5694b82051
commit
20aa3a5d69
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue