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);
}
> grid widget:last-child {
border-top-style: solid;
border-top-color: border_normal($toolbar_bg_color);
border-top-width: 1px;
}
/* Stupid selectors to target statusbar because nemo lacks 3.20 style class */
grid {
> widget:last-child {
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 {
margin: 0px;
}
.sidebar frame {
border: 0;
.sidebar {
.frame {
border: 0;
}
image {
padding-left: $spacing;
padding-right: $spacing;
}
.places-sidebar {
&, & .view {
background-color: mix($bg_color, $base_color, .5);
}
}
}
statusbar {
border: none;
}
.sidebar image {
padding-left: $spacing;
padding-right: $spacing;
border: 0;
}
paned {

View File

@ -7,11 +7,6 @@
border-style: none;
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,
&:dir(ltr),
&.left,