fix nemo notebook background
parent
3a8f98113a
commit
63233d1da7
|
@ -37,6 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
notebook {
|
notebook {
|
||||||
|
background-color: $base_color;
|
||||||
border: none;
|
border: none;
|
||||||
frame { border: 0; }
|
frame { border: 0; }
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
.nemo-window {
|
||||||
toolbar {
|
toolbar {
|
||||||
border-width: 0 0 1px;
|
border-width: 0 0 1px;
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
***********/
|
***********/
|
||||||
|
|
||||||
@include exports("notebook") {
|
@include exports("notebook") {
|
||||||
|
|
||||||
notebook {
|
notebook {
|
||||||
> header {
|
> header {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue