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,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] {