summaryrefslogtreecommitdiffstats
path: root/src/resources/style-hc.css
blob: 54e2cff899a447d0c7d38953fd72f79c24749f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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);
}