commit cf9c3d6f4753a2f4a7f44392866097c803ba8efd
parent e945fe7a076c6bac9f2b549cbe7f6ec39e7a0ceb
Author: Kelly Cochrane <kcochrane@mozilla.com>
Date: Fri, 19 Dec 2025 14:08:14 +0000
Bug 2006052 - Move about:opentabs background style from body to root element r=desktop-theme-reviewers,tabbrowser-reviewers,emilio,dao
Differential Revision: https://phabricator.services.mozilla.com/D277043
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/components/tabbrowser/content/opentabs.css b/browser/components/tabbrowser/content/opentabs.css
@@ -7,11 +7,11 @@
:root {
height: 100%;
--splitview-opentabs-card-width: 358px;
+ background: no-repeat light-dark(linear-gradient(#f0ebfd, #f7ebeb), linear-gradient(#332a50, #3f2a2f));
+ background-attachment: fixed;
}
body {
- background: no-repeat light-dark(linear-gradient(#f0ebfd, #f7ebeb), linear-gradient(#332a50, #3f2a2f));
- background-attachment: fixed;
display: flex;
flex-direction: column;
align-items: center;