2014-01-03 14:25:39 +00:00
|
|
|
/***********************
|
|
|
|
* pathbar breadcrumbs *
|
|
|
|
***********************/
|
|
|
|
NemoPathbarButton {
|
2014-01-15 21:57:11 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.8);
|
|
|
|
background-color: shade(@toolbar_bg_color, 1.08);
|
2014-01-03 14:25:39 +00:00
|
|
|
background-image: none;
|
2014-01-15 21:57:11 +00:00
|
|
|
color: @toolbar_fg_color;
|
2014-01-03 14:25:39 +00:00
|
|
|
|
|
|
|
-NemoPathbarButton-border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
NemoPathbarButton:active {
|
2014-01-15 21:57:11 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.8);
|
|
|
|
background-color: shade(@toolbar_bg_color, 0.95);
|
2014-01-03 14:25:39 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
NemoPathbarButton:hover {
|
2014-01-15 21:57:11 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.7);
|
|
|
|
background-color: shade(@toolbar_bg_color, 1.10);
|
2014-01-03 14:25:39 +00:00
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
NemoPathbarButton:active:hover {
|
2014-01-15 21:57:11 +00:00
|
|
|
border-color: shade(@toolbar_bg_color, 0.7);
|
2014-01-03 14:25:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*********************************
|
|
|
|
* sidebar disk space indicators *
|
|
|
|
*********************************/
|
|
|
|
NemoPlacesTreeView {
|
2014-01-15 21:57:11 +00:00
|
|
|
-NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
|
2014-01-03 14:25:39 +00:00
|
|
|
-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 {
|
|
|
|
}
|