Mercurial > repos > other > Adwaita-Dark-Green
changeset 88:fe8579b6ce50
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!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 04 May 2019 15:08:59 +0100 |
parents | 94b091763a15 |
children | 328498311786 |
files | gtk-3.20/nautilus.css |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }