comparison 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
comparison
equal deleted inserted replaced
99:85674188d6d3 100:374207f64e2f
104 .nautilus-path-bar button:not(:checked) image 104 .nautilus-path-bar button:not(:checked) image
105 { opacity: 0.8; } /* dim the icon when not checked */ 105 { opacity: 0.8; } /* dim the icon when not checked */
106 106
107 .nautilus-window .path-bar:not(.linked) button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; } 107 .nautilus-window .path-bar:not(.linked) button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; }
108 108
109 .nautilus-window .path-bar-box button {
110 border-width: 0 1px 0 0
111 }
112 .nautilus-window .path-bar-box.width-maximized {
113 border-radius: 0;
114 }
115 .nautilus-window .path-bar-box .linked > button {
116 box-shadow: none
117 }
118 .nautilus-window .path-bar-box .linked > button:only-child {
119 border-radius:0;
120 }
121 .nautilus-window .path-bar-box .linked > button:first-child {
122 border-top-left-radius: 6px;
123 border-bottom-left-radius: 6px;
124 }
125
109 .nautilus-window .path-bar-box { 126 .nautilus-window .path-bar-box {
110 transition: border 200ms; 127 transition: border 200ms;
111 transition: background-color 200ms; 128 transition: background-color 200ms;
129 border-radius: 5px;
130 border: 1px @wm_button_border solid;
131 background-color: @wm_bg_a;
132 padding-right: 6px;
112 } 133 }
113 .nautilus-window .path-bar-box.width-maximized { 134 .nautilus-window .path-bar-box.width-maximized {
114 border: 1px @wm_button_border solid; 135 border: 1px @wm_button_border solid;
115 border-radius: 3px; 136 border-radius: 3px;
116 } 137 }