# HG changeset patch # User IBBoard # Date 1648389624 -3600 # Node ID 374207f64e2ff87aa6eed8ec49d024519951bb60 # Parent 85674188d6d3f1f63750f5ae28b93e77a4c04a56 Match newer Nautilus style and fix DConf path bar Styles are similar but not related (and then there's pathbar vs path-bar) diff -r 85674188d6d3 -r 374207f64e2f gtk-3.24/nautilus.css --- 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; diff -r 85674188d6d3 -r 374207f64e2f gtk-4.4/gtk.css --- a/gtk-4.4/gtk.css Sun Mar 27 11:57:56 2022 +0100 +++ b/gtk-4.4/gtk.css Sun Mar 27 15:00:24 2022 +0100 @@ -1998,6 +1998,8 @@ #pathbarbox { background-color: #C6C6C6; } +headerbar .pathbar { background-color: @theme_bg_dark_color; border-style: none; } + list-row.sidebar-item { background-color: #b9b9b9; border-color: #7a7a7a; } list-row.sidebar-item:backdrop, list-row.sidebar-item:backdrop:hover { background-color: #b9b9b9; border-color: #818181; } diff -r 85674188d6d3 -r 374207f64e2f gtk-4.4/gtk.scss --- a/gtk-4.4/gtk.scss Sun Mar 27 11:57:56 2022 +0100 +++ b/gtk-4.4/gtk.scss Sun Mar 27 15:00:24 2022 +0100 @@ -400,6 +400,10 @@ #pathbarbox { background-color: $bg_color; } +headerbar .pathbar { + background-color: #{"@theme_bg_dark_color"}; + border-style:none; +} list-row { // Set sidebar items back to something reasonable &.sidebar-item {