[nautilus] style-hc: Refine pathbar buttons and search tags
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] style-hc: Refine pathbar buttons and search tags
- Date: Sun, 4 Sep 2022 15:53:34 +0000 (UTC)
commit efeecb449a38d7134694bbcd0637417149ee9220
Author: António Fernandes <antoniof gnome org>
Date: Sun Sep 4 16:42:09 2022 +0100
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.
src/resources/style-hc.css | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]