Added nemo support. Fixes #72
parent
a4624f2653
commit
08c684e0d6
|
@ -0,0 +1,50 @@
|
||||||
|
/***********************
|
||||||
|
* pathbar breadcrumbs *
|
||||||
|
***********************/
|
||||||
|
NemoPathbarButton {
|
||||||
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
|
color: @theme_fg_color;
|
||||||
|
|
||||||
|
-NemoPathbarButton-border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
NemoPathbarButton:active {
|
||||||
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
|
background-color: shade(@theme_bg_color, 0.95);
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
NemoPathbarButton:hover {
|
||||||
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
|
background-color: shade(@theme_bg_color, 1.10);
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
NemoPathbarButton:active:hover {
|
||||||
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*********************************
|
||||||
|
* sidebar disk space indicators *
|
||||||
|
*********************************/
|
||||||
|
NemoPlacesTreeView {
|
||||||
|
-NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 0.8);
|
||||||
|
-NemoPlacesTreeView-disk-full-fg-color: @theme_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: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
NemoPlacesTreeView:selected {
|
||||||
|
-NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color;
|
||||||
|
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
NemoPlacesTreeView:hover {
|
||||||
|
}
|
||||||
|
|
||||||
|
NemoPlacesTreeView:selected:hover {
|
||||||
|
}
|
|
@ -74,3 +74,4 @@
|
||||||
@import url("apps/granite-widgets.css");
|
@import url("apps/granite-widgets.css");
|
||||||
@import url("apps/unity.css");
|
@import url("apps/unity.css");
|
||||||
@import url("apps/xfce.css");
|
@import url("apps/xfce.css");
|
||||||
|
@import url("apps/nemo.css");
|
||||||
|
|
|
@ -74,3 +74,4 @@
|
||||||
@import url("apps/granite-widgets.css");
|
@import url("apps/granite-widgets.css");
|
||||||
@import url("apps/unity.css");
|
@import url("apps/unity.css");
|
||||||
@import url("apps/xfce.css");
|
@import url("apps/xfce.css");
|
||||||
|
@import url("apps/nemo.css");
|
||||||
|
|
Loading…
Reference in New Issue