File: nemo-style-fallback.css

package info (click to toggle)
nemo 6.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,088 kB
  • sloc: ansic: 127,474; xml: 1,555; python: 1,434; sh: 57; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* For Places Sidebar diskfull indicators */

.places-treeview {
    -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, .65);
    -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.0);
    -NemoPlacesTreeView-disk-full-bar-width: 2px;
    -NemoPlacesTreeView-disk-full-bar-radius: 1px;
    -NemoPlacesTreeView-disk-full-bottom-padding: 1px;
    -NemoPlacesTreeView-disk-full-max-length: 70px;
}

.places-treeview:selected {
    -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 2.0);
    -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_fg_color, 2.0);
}

.places-treeview:hover {
}

.places-treeview:selected:hover {
}