fix nemo notebook background

pull/329/head
Dustin Falgout 2016-04-12 10:09:50 -05:00
parent 3a8f98113a
commit 63233d1da7
3 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,7 @@
}
notebook {
background-color: $base_color;
border: none;
frame { border: 0; }
}

View File

@ -43,6 +43,11 @@
}
}
/* Ridiculously specific selector until Nemo is updated with new style classes */
grid > paned > box > paned > box > notebook {
background-color: $base_color;
}
.nemo-window {
toolbar {
border-width: 0 0 1px;

View File

@ -6,6 +6,7 @@
***********/
@include exports("notebook") {
notebook {
> header {
padding: 0;