summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/style-hc.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/resources/style-hc.css b/src/resources/style-hc.css
index c5a1d0c72..1f6327824 100644
--- a/src/resources/style-hc.css
+++ b/src/resources/style-hc.css
@@ -1,3 +1,12 @@
#NautilusPathBar {
- box-shadow: 0 0 0 1px @borders;
+ 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;
}