|
4 | 4 |
|
5 | 5 |
|
6 | 6 | /* Aurora */
|
7 |
| -#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button[label="Firefox Developer Edition"] { |
| 7 | +#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button[label="Firefox Developer Edition"] { |
8 | 8 | background-image: linear-gradient(hsl(208,99%,37%), hsl(214,90%,23%) 95%) !important;
|
9 | 9 | }
|
10 |
| -#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button[label="Firefox Developer Edition"]:hover:not(:active):not([open]){ |
| 10 | +#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button[label="Firefox Developer Edition"]:hover:not(:active):not([open]){ |
11 | 11 | background-image: radial-gradient(farthest-side at center bottom, hsla(202,100%,85%,.5) 10%, hsla(202,100%,85%,0) 70%),
|
12 | 12 | radial-gradient(farthest-side at center bottom, hsla(205,100%,72%,.7), hsla(205,100%,72%,0)),
|
13 | 13 | linear-gradient(hsl(208,98%,34%), hsl(213,87%,20%) 95%) !important;
|
14 | 14 | }
|
15 |
| -#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button[label="Firefox Developer Edition"]:is(:hover:active,[open]) { |
| 15 | +#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button[label="Firefox Developer Edition"]:is(:hover:active,[open]) { |
16 | 16 | background-image: linear-gradient(hsl(208,95%,30%), hsl(214,85%,17%) 95%) !important;
|
17 | 17 | }
|
18 | 18 |
|
19 | 19 | /* Nightly */
|
20 |
| -#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button:is([label="Nightly"],[label="Firefox Nightly"]) { |
| 20 | +#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button:is([label="Nightly"],[label="Firefox Nightly"]) { |
21 | 21 | background-image: linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%) !important;
|
22 | 22 | }
|
23 |
| -#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button:is([label="Nightly"],[label="Firefox Nightly"]):hover:not(:active):not([open]){ |
| 23 | +#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button:is([label="Nightly"],[label="Firefox Nightly"]):hover:not(:active):not([open]){ |
24 | 24 | background-image: radial-gradient(farthest-side at center bottom, hsla(210,48%,90%,.5) 10%, hsla(210,48%,90%,0) 70%),
|
25 | 25 | radial-gradient(farthest-side at center bottom, hsla(211,70%,83%,.5), hsla(211,70%,83%,0)),
|
26 | 26 | linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%) !important;
|
27 | 27 | }
|
28 |
| -#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button:is([label="Nightly"],[label="Firefox Nightly"]):is(:hover:active,[open]) { |
| 28 | +#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button:is([label="Nightly"],[label="Firefox Nightly"]):is(:hover:active,[open]) { |
29 | 29 | background-image: linear-gradient(hsl(211,33%,26%), hsl(209,53%,6%) 95%) !important;
|
30 | 30 | }
|
31 | 31 |
|
32 | 32 | /* Tor-Browser */
|
33 |
| -#main-window[tabsintitlebar] #navigator-toolbox #PanelUI-button #PanelUI-menu-button:is([label="Tor Browser"],[label="Tor-Browser"]) { |
| 33 | +#main-window:is([tabsintitlebar],[customtitlebar]) #navigator-toolbox #PanelUI-button #PanelUI-menu-button:is([label="Tor Browser"],[label="Tor-Browser"]) { |
34 | 34 | background-image: linear-gradient(rgb(153,38,211), rgb(105,19,163) 95%) !important;
|
35 | 35 | }
|
36 |
| -#main-window[tabsintitlebar] #navigator-toolbox #PanelUI-button #PanelUI-menu-button:is([label="Tor Browser"],[label="Tor-Browser"]):hover:not(:active):not([open]){ |
| 36 | +#main-window:is([tabsintitlebar],[customtitlebar]) #navigator-toolbox #PanelUI-button #PanelUI-menu-button:is([label="Tor Browser"],[label="Tor-Browser"]):hover:not(:active):not([open]){ |
37 | 37 | background-image: radial-gradient(farthest-side at center bottom, rgba(240,193,255,.5) 10%, rgba(240,193,255,0) 70%),
|
38 | 38 | radial-gradient(farthest-side at center bottom, rgb(192,81,247), rgba(236,172,255,0)),
|
39 | 39 | linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
|
40 | 40 | }
|
41 |
| -#main-window[tabsintitlebar] #navigator-toolbox #PanelUI-button #PanelUI-menu-button:is([label="Tor Browser"],[label="Tor-Browser"]):is(:hover:active,[open]) { |
| 41 | +#main-window:is([tabsintitlebar],[customtitlebar]) #navigator-toolbox #PanelUI-button #PanelUI-menu-button:is([label="Tor Browser"],[label="Tor-Browser"]):is(:hover:active,[open]) { |
42 | 42 | background-image: linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
|
43 | 43 | }
|
0 commit comments