tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit bd132d8e29f9a02bf10a18dd40b45918ebe5fcdc
parent 1bbc8392338dd9df08c1e8a44684dc78b4c4b938
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Fri, 24 Oct 2025 11:22:45 +0000

Bug 1995036 - Make fullscreen warning use dark appearance. r=desktop-theme-reviewers,tabbrowser-reviewers,nsharpley,dao

Since it has a dark background. This prevents poor contrast on newer
macOS versions which use transparency for their native buttons.

Differential Revision: https://phabricator.services.mozilla.com/D269837

Diffstat:
Mbrowser/themes/shared/tabbrowser/fullscreen-and-pointerlock.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/browser/themes/shared/tabbrowser/fullscreen-and-pointerlock.css b/browser/themes/shared/tabbrowser/fullscreen-and-pointerlock.css @@ -38,6 +38,7 @@ font: message-box; align-items: center; + color-scheme: dark; background-color: rgba(45, 62, 72, 0.9); color: #fafafa; box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);