diff gtk-3.24/nautilus.css @ 100:374207f64e2f

Match newer Nautilus style and fix DConf path bar Styles are similar but not related (and then there's pathbar vs path-bar)
author IBBoard <dev@ibboard.co.uk>
date Sun, 27 Mar 2022 15:00:24 +0100
parents d721ae7a505b
children d007f45f5171
line wrap: on
line diff
--- a/gtk-3.24/nautilus.css	Sun Mar 27 11:57:56 2022 +0100
+++ b/gtk-3.24/nautilus.css	Sun Mar 27 15:00:24 2022 +0100
@@ -106,9 +106,30 @@
 
 .nautilus-window .path-bar:not(.linked) button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; }
 
+.nautilus-window .path-bar-box button {
+  border-width: 0 1px 0 0
+}
+.nautilus-window .path-bar-box.width-maximized { 
+  border-radius: 0;
+}
+.nautilus-window .path-bar-box .linked > button {
+  box-shadow: none
+}
+.nautilus-window .path-bar-box .linked > button:only-child {
+  border-radius:0;
+}
+.nautilus-window .path-bar-box .linked > button:first-child {
+  border-top-left-radius: 6px;
+  border-bottom-left-radius: 6px;
+}
+
 .nautilus-window .path-bar-box {
   transition: border 200ms;
   transition: background-color 200ms;
+  border-radius: 5px;
+  border: 1px @wm_button_border solid;
+  background-color: @wm_bg_a;
+  padding-right: 6px;
 }
 .nautilus-window .path-bar-box.width-maximized {
   border: 1px @wm_button_border solid;