From 77dbc2090c1b2aa4036ad9ed795d5409fa5498c3 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:15:23 +0200 Subject: [PATCH] no-bug: Fixed transparency not working after Firefox `150.0` (gh-13334) --- src/zen/common/styles/zen-browser-ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zen/common/styles/zen-browser-ui.css b/src/zen/common/styles/zen-browser-ui.css index f80f6c245..6618d653e 100644 --- a/src/zen/common/styles/zen-browser-ui.css +++ b/src/zen/common/styles/zen-browser-ui.css @@ -4,6 +4,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +body, #tabbrowser-tabpanels { background: transparent !important; }