summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-09-04 16:42:09 +0100
committerAntónio Fernandes <antoniof@gnome.org>2022-09-04 16:50:51 +0100
commitefeecb449a38d7134694bbcd0637417149ee9220 (patch)
treecd8e99300203239038eaa12732221004d4d4264e
parentdf845f6c5656fcb5997c2642a8c6d1af4593d8df (diff)
downloadnautilus-efeecb449a38d7134694bbcd0637417149ee9220.tar.gz
style-hc: Refine pathbar buttons and search tags
Remove inset borders from the former, add them to the later. Also inset the pathbar border, to make it look look the same height as buttons in the headerbar and overlap the secondary menu border.
-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;
}