|
36 | 36 | #sidebar-box |
37 | 37 | { |
38 | 38 | padding-block: 0px !important; |
| 39 | + z-index: 3 !important; |
39 | 40 |
|
40 | 41 | #sidebar |
41 | 42 | { |
42 | | - outline-offset: 0px !important; |
| 43 | + outline: none !important; |
43 | 44 | margin-block: 0px !important; |
44 | 45 | border-radius: 0px !important; |
45 | | - box-shadow: none !important; |
| 46 | + box-shadow: var(--content-area-shadow) !important; |
46 | 47 | } |
47 | 48 | } |
48 | 49 |
|
49 | 50 | #tabbrowser-tabbox |
50 | 51 | { |
51 | | - box-shadow: none !important; |
52 | | - |
53 | | - #tabbrowser-tabpanels |
| 52 | + .browserContainer |
54 | 53 | { |
55 | | - clip-path: content-box !important; |
| 54 | + outline: none !important; |
56 | 55 | } |
57 | 56 | } |
58 | 57 | } |
|
109 | 108 |
|
110 | 109 | #tabbrowser-tabbox |
111 | 110 | { |
112 | | - outline: none !important; |
113 | | - box-shadow: none !important; |
114 | | - |
115 | 111 | #tabbrowser-tabpanels |
116 | 112 | { |
117 | 113 | overflow: clip !important; |
|
175 | 171 |
|
176 | 172 | #tabbrowser-tabbox |
177 | 173 | { |
178 | | - outline: none !important; |
179 | | - box-shadow: none !important; |
180 | | - |
181 | 174 | #tabbrowser-tabpanels |
182 | 175 | { |
183 | 176 | overflow: clip !important; |
|
202 | 195 | } |
203 | 196 | } |
204 | 197 | } |
| 198 | + |
| 199 | +@media -moz-pref("WaveFox.VerticalTabs.WebPage.Floating", 4) |
| 200 | +{ |
| 201 | + :root:not([inFullscreen], [inDOMFullscreen]) |
| 202 | + { |
| 203 | + .browser-toolbox-background:not(#navigator-toolbox) |
| 204 | + { |
| 205 | + overflow: clip !important; |
| 206 | + border-top: 1px solid var(--chrome-content-separator-color) !important; |
| 207 | + box-shadow: var(--content-area-shadow) !important; |
| 208 | + background-clip: padding-box !important; |
| 209 | + background-color: color-mix(in srgb, var(--sidebar-background-color) 75%, transparent) !important; |
| 210 | + |
| 211 | + #sidebar-main |
| 212 | + { |
| 213 | + background-color: transparent !important; |
| 214 | + color: var(--sidebar-text-color) !important; |
| 215 | + border-radius: 0px !important; |
| 216 | + } |
| 217 | + |
| 218 | + #sidebar-launcher-splitter, |
| 219 | + #sidebar-splitter |
| 220 | + { |
| 221 | + width: var(--splitter-width) !important; |
| 222 | + margin-inline: calc(-1 * var(--splitter-width)) 0px !important; |
| 223 | + border: none !important; |
| 224 | + |
| 225 | + :is(#sidebar-main, #sidebar-box)[sidebar-positionend] + & |
| 226 | + { |
| 227 | + margin-inline: 0px calc(-1 * var(--splitter-width)) !important; |
| 228 | + } |
| 229 | + } |
| 230 | + |
| 231 | + #sidebar-box |
| 232 | + { |
| 233 | + padding-block: 0px !important; |
| 234 | + z-index: 3 !important; |
| 235 | + |
| 236 | + #sidebar |
| 237 | + { |
| 238 | + outline: none !important; |
| 239 | + margin-block: 0px !important; |
| 240 | + border-radius: 0px !important; |
| 241 | + box-shadow: var(--content-area-shadow) !important; |
| 242 | + } |
| 243 | + } |
| 244 | + |
| 245 | + #tabbrowser-tabbox |
| 246 | + { |
| 247 | + .browserContainer |
| 248 | + { |
| 249 | + outline: none !important; |
| 250 | + } |
| 251 | + } |
| 252 | + } |
| 253 | + } |
| 254 | +} |
0 commit comments