Skip to content

Commit 9efe3f9

Browse files
committed
4.6.3
1 parent 329cd3d commit 9efe3f9

File tree

41 files changed

+430
-427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+430
-427
lines changed

current/css/appbutton/appbutton_in_titlebar.css

+82-82
Large diffs are not rendered by default.

current/css/appbutton/appbutton_in_titlebar_aurora.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55

66
/* Aurora */
7-
#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button {
7+
#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button {
88
background-image: linear-gradient(hsl(208,99%,37%), hsl(214,90%,23%) 95%) !important;
99
}
10-
#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button:hover:not(:active):not([open]){
10+
#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button:hover:not(:active):not([open]){
1111
background-image: radial-gradient(farthest-side at center bottom, hsla(202,100%,85%,.5) 10%, hsla(202,100%,85%,0) 70%),
1212
radial-gradient(farthest-side at center bottom, hsla(205,100%,72%,.7), hsla(205,100%,72%,0)),
1313
linear-gradient(hsl(208,98%,34%), hsl(213,87%,20%) 95%) !important;
1414
}
15-
#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button:is(:hover:active,[open]) {
15+
#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button:is(:hover:active,[open]) {
1616
background-image: linear-gradient(hsl(208,95%,30%), hsl(214,85%,17%) 95%) !important;
1717
}

current/css/appbutton/appbutton_in_titlebar_autocolor.css

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@
44

55

66
/* 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"] {
88
background-image: linear-gradient(hsl(208,99%,37%), hsl(214,90%,23%) 95%) !important;
99
}
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]){
1111
background-image: radial-gradient(farthest-side at center bottom, hsla(202,100%,85%,.5) 10%, hsla(202,100%,85%,0) 70%),
1212
radial-gradient(farthest-side at center bottom, hsla(205,100%,72%,.7), hsla(205,100%,72%,0)),
1313
linear-gradient(hsl(208,98%,34%), hsl(213,87%,20%) 95%) !important;
1414
}
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]) {
1616
background-image: linear-gradient(hsl(208,95%,30%), hsl(214,85%,17%) 95%) !important;
1717
}
1818

1919
/* 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"]) {
2121
background-image: linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%) !important;
2222
}
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]){
2424
background-image: radial-gradient(farthest-side at center bottom, hsla(210,48%,90%,.5) 10%, hsla(210,48%,90%,0) 70%),
2525
radial-gradient(farthest-side at center bottom, hsla(211,70%,83%,.5), hsla(211,70%,83%,0)),
2626
linear-gradient(hsl(211,33%,32%), hsl(209,53%,10%) 95%) !important;
2727
}
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]) {
2929
background-image: linear-gradient(hsl(211,33%,26%), hsl(209,53%,6%) 95%) !important;
3030
}
3131

3232
/* 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"]) {
3434
background-image: linear-gradient(rgb(153,38,211), rgb(105,19,163) 95%) !important;
3535
}
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]){
3737
background-image: radial-gradient(farthest-side at center bottom, rgba(240,193,255,.5) 10%, rgba(240,193,255,0) 70%),
3838
radial-gradient(farthest-side at center bottom, rgb(192,81,247), rgba(236,172,255,0)),
3939
linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
4040
}
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]) {
4242
background-image: linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
4343
}

current/css/appbutton/appbutton_in_titlebar_autocolor57p.css

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@
44

55

66
/* DeveloperEdition colors (Fx57+) [label="Firefox Developer Edition"] */
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"] {
88
background-image: linear-gradient(#0067de, #2398ff,#03daff) !important;
99
}
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]){
1111
background-image: radial-gradient(farthest-side at center bottom, hsla(0,0%,100%,.5) 10%, hsla(0,0%,100%,0) 70%),
1212
radial-gradient(farthest-side at center bottom, hsla(0,0%,100%,.7), hsla(0,0%,100%,0)),
1313
linear-gradient(#0067de, #2398ff,#03daff) !important;
1414
}
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]){
1616
background-image: linear-gradient(#0067de, #2398ff,#03daff) !important;
1717
}
1818

1919
/* Nightly colors (Fx57+) [label="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"]) {
2121
background-image: linear-gradient(to right, #b539f9, #42acff,#00dd68) !important;
2222
}
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]) {
2424
background-image: radial-gradient(farthest-side at center bottom, hsla(0,0%,100%,.5) 10%, hsla(0,0%,100%,0) 70%),
2525
radial-gradient(farthest-side at center bottom, hsla(0,0%,100%,.7), hsla(0,0%,100%,0)),
2626
linear-gradient(to right, #b539f9, #42acff,#00dd68) !important;
2727
}
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]) {
2929
background-image: linear-gradient(to right, #b539f9, #42acff,#00dd68) !important;
3030
}
3131

3232
/* 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"]) {
3434
background-image: linear-gradient(rgb(153,38,211), rgb(105,19,163) 95%) !important;
3535
}
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]){
3737
background-image: radial-gradient(farthest-side at center bottom, rgba(240,193,255,.5) 10%, rgba(240,193,255,0) 70%),
3838
radial-gradient(farthest-side at center bottom, rgb(192,81,247), rgba(236,172,255,0)),
3939
linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
4040
}
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]) {
4242
background-image: linear-gradient(rgb(144,20,207), rgb(95,0,158) 95%) !important;
4343
}

current/css/appbutton/appbutton_in_titlebar_deved57p.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55

66
/* DeveloperEdition colors (Fx57+) [label="Firefox Developer Edition"] */
7-
#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button {
7+
#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button {
88
background-image: linear-gradient(#0067de, #2398ff,#03daff) !important;
99
}
10-
#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button:hover:not(:active):not([open]){
10+
#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button:hover:not(:active):not([open]){
1111
background-image: radial-gradient(farthest-side at center bottom, hsla(0,0%,100%,.5) 10%, hsla(0,0%,100%,0) 70%),
1212
radial-gradient(farthest-side at center bottom, hsla(0,0%,100%,.7), hsla(0,0%,100%,0)),
1313
linear-gradient(#0067de, #2398ff,#03daff) !important;
1414
}
15-
#main-window[tabsintitlebar] #PanelUI-button #PanelUI-menu-button:is(:hover:active,[open]){
15+
#main-window:is([tabsintitlebar],[customtitlebar]) #PanelUI-button #PanelUI-menu-button:is(:hover:active,[open]){
1616
background-image: linear-gradient(#0067de, #2398ff,#03daff) !important;
1717
}

0 commit comments

Comments
 (0)