# HG changeset patch # User IBBoard # Date 1556978939 -3600 # Node ID fe8579b6ce50d48834971c9a254bbc02fe709d67 # Parent 94b091763a15ead661c2cfcc88a9d0ac53164e46 Fix Nautilus 3.32 path bar The class was renamed from "path-bar" to "nautilus-path-bar" and it is now also "linked" But as the names changed then we can keep 3.30 compatibility! diff -r 94b091763a15 -r fe8579b6ce50 gtk-3.20/nautilus.css --- a/gtk-3.20/nautilus.css Sat Mar 16 13:31:05 2019 +0000 +++ b/gtk-3.20/nautilus.css Sat May 04 15:08:59 2019 +0100 @@ -70,7 +70,9 @@ /* New style path bar */ .nautilus-window .path-bar:not(.linked) button, .nautilus-window .path-bar:not(.linked) button:checked, .nautilus-window .path-bar:not(.linked) button:active, .nautilus-window .path-bar:not(.linked) button:hover, -.nautilus-window .path-bar:not(.linked) button:backdrop, .nautilus-window .path-bar:not(.linked) button:backdrop:checked, .nautilus-window .path-bar:not(.linked) button:backdrop:active, .nautilus-window .path-bar:not(.linked) button:backdrop:hover +.nautilus-window .path-bar:not(.linked) button:backdrop, .nautilus-window .path-bar:not(.linked) button:backdrop:checked, .nautilus-window .path-bar:not(.linked) button:backdrop:active, .nautilus-window .path-bar:not(.linked) button:backdrop:hover, +.nautilus-window .nautilus-path-bar button, .nautilus-window .nautilus-path-bar button:checked, .nautilus-window .nautilus-path-bar button:active, .nautilus-window .nautilus-path-bar button:hover, +.nautilus-window .nautilus-path-bar button:backdrop, .nautilus-window .nautilus-path-bar button:backdrop:checked, .nautilus-window .nautilus-path-bar button:backdrop:active, .nautilus-window .nautilus-path-bar button:backdrop:hover { /* undecorate the buttons */ background-image: none; background-color: transparent; @@ -80,7 +82,9 @@ box-shadow: none; } -.nautilus-window .path-bar:not(.linked) button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */ +.nautilus-window .path-bar:not(.linked) button:not(:checked) image, +.nautilus-window .nautilus-path-bar button:not(:checked) image +{ opacity: 0.8; } /* dim the icon when not checked */ .nautilus-window .path-bar:not(.linked) button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; }