fix nemo (for real this time)

pull/328/head
Dustin Falgout 2016-04-13 02:04:57 -05:00
parent e358b923c3
commit ff51d8b28c
2 changed files with 42 additions and 18 deletions

View File

@ -55,27 +55,56 @@
border-color: border_normal($toolbar_bg_color); border-color: border_normal($toolbar_bg_color);
} }
> grid widget:last-child { /* Stupid selectors to target statusbar because nemo lacks 3.20 style class */
border-top-style: solid; grid {
border-top-color: border_normal($toolbar_bg_color); > widget:last-child {
border-top-width: 1px; button {
} min-height: 15px;
min-width: 22px;
margin: 5px;
}
button:first-child {
margin-left: 20px;
}
button:first-child + button {
margin-right: 15px;
}
button:first-child + button + separator + button {
margin-left: 15px;
}
> box > scale {
margin-right: 12px;
}
}
} // END statusbar
menubar menuitem { menubar menuitem {
margin: 0px; margin: 0px;
} }
.sidebar frame { .sidebar {
border: 0; .frame {
border: 0;
}
image {
padding-left: $spacing;
padding-right: $spacing;
}
.places-sidebar {
&, & .view {
background-color: mix($bg_color, $base_color, .5);
}
}
} }
statusbar { statusbar {
border: none; border: 0;
}
.sidebar image {
padding-left: $spacing;
padding-right: $spacing;
} }
paned { paned {

View File

@ -7,11 +7,6 @@
border-style: none; border-style: none;
background-color: mix($bg_color, $base_color, .5); background-color: mix($bg_color, $base_color, .5);
.view { // .view, nemo sidebar fix.
background-color: $bg_color;
color: mix($fg_color, $bg_color, .1);
}
@at-root %sidebar_left, @at-root %sidebar_left,
&:dir(ltr), &:dir(ltr),
&.left, &.left,