summaryrefslogtreecommitdiff
path: root/src/resources/style-hc.css
blob: adeb2a520c8fedbc08c573df3dd49f6c8c5da8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#NautilusPathBar {
  box-shadow: inset 0 0 0 1px @borders;
}

#NautilusPathButton:not(:hover):not(:drop(active)),
#NautilusPathButton.current-dir:not(:drop(active)) {
  box-shadow: none;
}

#NautilusQueryEditorTag {
  box-shadow: inset 0 0 0 1px @borders;
}

.disk-space-free {
  color: alpha(currentColor, 0.3);
}

.nautilus-list-view columnview > listview > row.activatable:hover,
.nautilus-grid-view gridview > child.activatable:hover {
  box-shadow: inset 0 0 0 1px @borders;
}

.nautilus-list-view columnview > listview > row:selected,
.nautilus-grid-view gridview > child:selected {
  box-shadow: inset 0 0 0 1px alpha(@accent_color, .6);
}