* Nemo sidebar treeview fix.
parent
9c9bf64389
commit
d7c90b40bd
|
@ -27,6 +27,20 @@
|
||||||
-NemoPathbarButton-border-radius: $roundness;
|
-NemoPathbarButton-border-radius: $roundness;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar .view {
|
||||||
|
-NemoPlacesTreeView-disk-full-bg-color: shade($bg_color, .8);
|
||||||
|
-NemoPlacesTreeView-disk-full-fg-color: $selected_bg_color;
|
||||||
|
-NemoPlacesTreeView-disk-full-bar-width: 1px;
|
||||||
|
-NemoPlacesTreeView-disk-full-bar-radius: 1px;
|
||||||
|
-NemoPlacesTreeView-disk-full-bottom-padding: 2px;
|
||||||
|
-NemoPlacesTreeView-disk-full-max-length: 75px;
|
||||||
|
|
||||||
|
&:selected {
|
||||||
|
-NemoPlacesTreeView-disk-full-bg-color: $selected_fg_color;
|
||||||
|
-NemoPlacesTreeView-disk-full-fg-color: shade($selected_bg_color, 1.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.nemo-window {
|
.nemo-window {
|
||||||
toolbar {
|
toolbar {
|
||||||
border-width: 0 0 1px;
|
border-width: 0 0 1px;
|
||||||
|
@ -44,20 +58,6 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .view {
|
|
||||||
-NemoPlacesTreeView-disk-full-bg-color: shade($toolbar_bg_color, .8);
|
|
||||||
-NemoPlacesTreeView-disk-full-fg-color: $selected_bg_color;
|
|
||||||
-NemoPlacesTreeView-disk-full-bar-width: 2px;
|
|
||||||
-NemoPlacesTreeView-disk-full-bar-radius: 1px;
|
|
||||||
-NemoPlacesTreeView-disk-full-bottom-padding: 0px;
|
|
||||||
-NemoPlacesTreeView-disk-full-max-length: 75px;
|
|
||||||
|
|
||||||
&:selected {
|
|
||||||
-NemoPlacesTreeView-disk-full-bg-color: $selected_fg_color;
|
|
||||||
-NemoPlacesTreeView-disk-full-fg-color: shade($selected_bg_color, 1.2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar frame {
|
.sidebar frame {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
@ -146,8 +146,6 @@
|
||||||
border-bottom-color: border_normal($toolbar_bg_color);
|
border-bottom-color: border_normal($toolbar_bg_color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue