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 {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user