mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
fix nemo notebook background
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user