comparison gtk-3.20/nautilus.css @ 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 1f04bdf9ee9d
children 575609b1a6d8
comparison
equal deleted inserted replaced
87:94b091763a15 88:fe8579b6ce50
68 } 68 }
69 69
70 /* New style path bar */ 70 /* New style path bar */
71 71
72 .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, 72 .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,
73 .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 73 .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,
74 .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,
75 .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
74 { /* undecorate the buttons */ 76 { /* undecorate the buttons */
75 background-image: none; 77 background-image: none;
76 background-color: transparent; 78 background-color: transparent;
77 border-radius: 0; 79 border-radius: 0;
78 border-width: 0px; 80 border-width: 0px;
79 margin: 0px; 81 margin: 0px;
80 box-shadow: none; 82 box-shadow: none;
81 } 83 }
82 84
83 .nautilus-window .path-bar:not(.linked) button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */ 85 .nautilus-window .path-bar:not(.linked) button:not(:checked) image,
86 .nautilus-window .nautilus-path-bar button:not(:checked) image
87 { opacity: 0.8; } /* dim the icon when not checked */
84 88
85 .nautilus-window .path-bar:not(.linked) button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; } 89 .nautilus-window .path-bar:not(.linked) button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; }
86 90
87 .nautilus-window .path-bar-box { 91 .nautilus-window .path-bar-box {
88 transition: border 200ms; 92 transition: border 200ms;