fix: Fixed downloads panels, b=(no-bug), c=common

This commit is contained in:
Mr. M
2025-05-01 15:32:09 +02:00
parent 9c13275aca
commit 9300004cbd
3 changed files with 10 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
diff --git a/toolkit/actors/SelectParent.sys.mjs b/toolkit/actors/SelectParent.sys.mjs
index 3e1d4b73b3d84a550222827230917c10ce9b8448..1d2ada14a8ca2ee45a2abdc118068a708816365c 100644
--- a/toolkit/actors/SelectParent.sys.mjs
+++ b/toolkit/actors/SelectParent.sys.mjs
@@ -103,7 +103,7 @@ export var SelectParentHelper = {
}
menupopup.setAttribute("style", "");
- menupopup.style.colorScheme = isDarkBackground ? "dark" : "light";
+ //menupopup.style.colorScheme = isDarkBackground ? "dark" : "light";
menupopup.style.direction = selectStyle.direction;
stylesheet = doc.createElementNS("http://www.w3.org/1999/xhtml", "style");

View File

@@ -373,3 +373,12 @@ menuitem {
}
}
}
#downloadsHistory {
border: none !important;
}
.downloadButton {
padding: 0 !important;
min-width: unset !important;
}

View File

@@ -165,7 +165,7 @@
) !important;
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6) !important;
backdrop-filter: none !important;
border-radius: 1.1rem !important;
border-radius: 12px !important;
outline: 0.5px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15)) !important;
outline-offset: -2px;
}