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