summaryrefslogtreecommitdiffstats
path: root/src/resources/style-hc.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/style-hc.css')
-rw-r--r--src/resources/style-hc.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/resources/style-hc.css b/src/resources/style-hc.css
new file mode 100644
index 0000000..54e2cff
--- /dev/null
+++ b/src/resources/style-hc.css
@@ -0,0 +1,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);
+}