|
53 | 53 |
|
54 | 54 | @media (-moz-platform: macos) { |
55 | 55 |
|
56 | | - #navigator-toolbox { |
57 | | - position: relative; |
58 | | - padding-bottom: var(--tab_below_navigation_toolbar_bottom_padding_macOS); |
59 | | - } |
60 | | - |
61 | 56 | #main-window:is([tabsintitlebar],[customtitlebar]):not([sizemode="fullscreen"]):not([inDOMFullscreen="true"]) #navigator-toolbox { |
62 | 57 | padding-top: var(--tab_below_navigation_toolbar_toolbox_top_padding_macOS); |
63 | 58 | } |
|
90 | 85 |
|
91 | 86 | /* remove unneeded items */ |
92 | 87 | #TabsToolbar .titlebar-buttonbox-container, |
93 | | -#TabsToolbar .private-browsing-indicator, |
94 | 88 | #TabsToolbar #window-controls, |
95 | 89 | #TabsToolbar *[type="caption-buttons"], |
96 | 90 | #TabsToolbar *[type="pre-tabs"], |
97 | | -#TabsToolbar *[type="post-tabs"], |
98 | | -#private-browsing-indicator-with-label, |
99 | | -.private-browsing-indicator-with-label, |
100 | | -.private-browsing-indicator-icon, |
101 | | -.private-browsing-indicator-label { |
| 91 | +#TabsToolbar *[type="post-tabs"] { |
102 | 92 | display: none; |
103 | 93 | } |
104 | 94 |
|
|
153 | 143 | } |
154 | 144 |
|
155 | 145 | /* notification position */ |
156 | | -#tab-notification-deck { |
157 | | - position: absolute; |
| 146 | +#tab-notification-deck, |
| 147 | +#tab-notification-deck-template { |
| 148 | + order: 101; |
| 149 | + /*position: absolute; |
158 | 150 | display: block; |
159 | 151 | bottom: calc( -2 * var(--tab_below_navigation_toolbar_bottom_padding) + 8px ); |
160 | | - width: 100vw; |
| 152 | + width: 100vw;*/ |
161 | 153 | } |
162 | 154 |
|
163 | 155 | /* Fx 105+ */ |
|
171 | 163 | margin-inline-start: 0 !important; |
172 | 164 | } |
173 | 165 |
|
174 | | -/* Fx 106+ */ |
| 166 | +/* Fx 106+ *//* |
175 | 167 | #private-browsing-indicator-with-label { |
176 | 168 | display: none !important; |
177 | 169 | } |
| 170 | +*/ |
178 | 171 |
|
179 | 172 | @media (-moz-platform: macos) { |
180 | | -#main-window:is([tabsintitlebar],[customtitlebar]) #TabsToolbar { |
181 | | - padding-inline-end: 0px !important |
182 | | -} |
| 173 | + #main-window:is([tabsintitlebar],[customtitlebar]) #TabsToolbar { |
| 174 | + padding-inline-end: 0px !important |
| 175 | + } |
183 | 176 |
|
184 | | -/* draggable window */ |
185 | | -#main-window:is([tabsintitlebar],[customtitlebar]) toolbox#navigator-toolbox{ |
186 | | - -moz-window-dragging: drag !important; |
187 | | -} |
| 177 | + /* draggable window */ |
| 178 | + #main-window:is([tabsintitlebar],[customtitlebar]) toolbox#navigator-toolbox{ |
| 179 | + -moz-window-dragging: drag !important; |
| 180 | + } |
188 | 181 |
|
189 | | -:is(#TabsToolbar, #nav-bar, #PlacesToolbar) { |
190 | | - -moz-window-dragging: no-drag !important; |
191 | | -} |
| 182 | + :is(#TabsToolbar, #nav-bar, #PlacesToolbar) { |
| 183 | + -moz-window-dragging: no-drag !important; |
| 184 | + } |
192 | 185 | } |
193 | 186 |
|
194 | 187 | /* Fx 126+ */ |
|
0 commit comments