Updated to firefox 137.0

This commit is contained in:
mr. M
2025-04-01 16:55:39 +02:00
parent 7507f72ac0
commit fea803d4ce
4 changed files with 12 additions and 7 deletions

View File

@@ -1 +1 @@
6c9732d1c3b969818a320c60f02e8339822ac08e
e834aca3620253ea774e85826e43dd55e0c4f8b2

1
package-lock.json generated
View File

@@ -291,7 +291,6 @@
"version": "1.11.6",
"resolved": "https://registry.npmjs.org/@zen-browser/surfer/-/surfer-1.11.6.tgz",
"integrity": "sha512-oKYjpNTPZV3vRxDf7r7pkvYlyNwL8cpsVbVzlb57xCwn7lamXsUioh1mLCSounJ+8cl8bWXhezrnXKXbVjyGww==",
"license": "MPL-2.0",
"dependencies": {
"@resvg/resvg-js": "^1.4.0",
"async-icns": "^1.0.2",

View File

@@ -1,5 +1,5 @@
diff --git a/toolkit/themes/shared/popup.css b/toolkit/themes/shared/popup.css
index ed0caa97db5726a7d1bc1cd0aa7af3fdf99690dc..58b640a81aae4f662a5e01abadc03af614cc107d 100644
index ed0caa97db5726a7d1bc1cd0aa7af3fdf99690dc..e7847601bb9bedd01228ef5e6464b18eca587263 100644
--- a/toolkit/themes/shared/popup.css
+++ b/toolkit/themes/shared/popup.css
@@ -21,8 +21,8 @@ panel {
@@ -22,7 +22,12 @@ index ed0caa97db5726a7d1bc1cd0aa7af3fdf99690dc..58b640a81aae4f662a5e01abadc03af6
@media (prefers-contrast) {
--panel-border-color: color-mix(in srgb, currentColor 60%, transparent);
@@ -54,19 +52,20 @@ panel {
@@ -50,23 +48,26 @@ panel {
}
@media (-moz-windows-mica-popups) {
+ &:is(menupopup) {
appearance: auto;
-moz-default-appearance: menupopup;
/* The blur behind doesn't blur all that much, add a semi-transparent
* background to improve contrast */
@@ -32,6 +37,7 @@ index ed0caa97db5726a7d1bc1cd0aa7af3fdf99690dc..58b640a81aae4f662a5e01abadc03af6
+ --panel-background: light-dark(rgba(255, 255, 255, .5), rgba(0, 0, 0, .5)) !important;
+ --panel-border-color: transparent !important;
+ --panel-shadow-margin: 0px !important;
+ }
}
@media (-moz-platform: macos) {
@@ -48,7 +54,7 @@ index ed0caa97db5726a7d1bc1cd0aa7af3fdf99690dc..58b640a81aae4f662a5e01abadc03af6
--panel-border-color: transparent;
/* This should be kept in sync with GetMenuMaskImage() */
--panel-border-radius: 6px;
@@ -208,7 +207,6 @@ panel:where([type="arrow"]) {
@@ -208,7 +209,6 @@ panel:where([type="arrow"]) {
}
&[animating] {

View File

@@ -5,7 +5,7 @@
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "136.0.4",
"version": "137.0",
"candidate": "137.0"
},
"buildOptions": {
@@ -53,4 +53,4 @@
"licenseType": "MPL-2.0"
},
"updateHostname": "updates.zen-browser.app"
}
}