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