few fixes for nemo
parent
3029d51e7b
commit
d373953fa2
|
@ -55,24 +55,44 @@ NemoPathbarButton:active:hover {
|
||||||
/*********************************
|
/*********************************
|
||||||
* sidebar disk space indicators *
|
* sidebar disk space indicators *
|
||||||
*********************************/
|
*********************************/
|
||||||
|
/* sidebar */
|
||||||
|
|
||||||
|
NemoWindow NemoIconView {
|
||||||
|
background-color: @base_color;
|
||||||
|
}
|
||||||
|
|
||||||
NemoPlacesTreeView {
|
NemoPlacesTreeView {
|
||||||
-NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
|
-NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
|
||||||
-NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
|
-NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
|
||||||
-NemoPlacesTreeView-disk-full-bar-width: 1px;
|
-NemoPlacesTreeView-disk-full-bar-width: 2px;
|
||||||
-NemoPlacesTreeView-disk-full-bar-radius: 1px;
|
-NemoPlacesTreeView-disk-full-bar-radius: 2px;
|
||||||
-NemoPlacesTreeView-disk-full-bottom-padding: 2px;
|
-NemoPlacesTreeView-disk-full-bottom-padding: 1px;
|
||||||
-NemoPlacesTreeView-disk-full-max-length: 70px;
|
-NemoPlacesTreeView-disk-full-max-length: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
NemoPlacesTreeView:selected {
|
NemoPlacesTreeView:selected {
|
||||||
-NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color;
|
-NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color;
|
||||||
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
|
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
|
||||||
|
color: @theme_selected_bg_color;
|
||||||
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
NemoPlacesTreeView:hover {
|
NemoPlacesTreeView:hover {
|
||||||
|
color: @theme_selected_bg_color;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NemoPlacesTreeView:selected:hover {
|
NemoPlacesTreeView:selected:hover {
|
||||||
|
color: @theme_selected_fg_color;
|
||||||
|
text-shadow: 1 1 1 @theme_selected_bg_color;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/*********************
|
||||||
|
* Toolbar *
|
||||||
|
*********************/
|
||||||
|
NemoWindow GtkToolbar .button {
|
||||||
|
padding: 6px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
|
|
Loading…
Reference in New Issue