From c9a8177351f5cb3ee63bc6dd2b3fb95db3f478b5 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 7 Oct 2024 19:18:10 +0200 Subject: [PATCH] Fix display issues on some keyboard layouts and settings after restart --- l10n | 2 +- src/browser/themes/shared/preferences/zen-preferences.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n b/l10n index b387618f2..497db21d0 160000 --- a/l10n +++ b/l10n @@ -1 +1 @@ -Subproject commit b387618f2c52bf6923357a3ac3ca6701ca2086b3 +Subproject commit 497db21d0eadc6352102c44236316e0faa5352b3 diff --git a/src/browser/themes/shared/preferences/zen-preferences.css b/src/browser/themes/shared/preferences/zen-preferences.css index 3ffa9b832..3088706ad 100644 --- a/src/browser/themes/shared/preferences/zen-preferences.css +++ b/src/browser/themes/shared/preferences/zen-preferences.css @@ -8,6 +8,7 @@ :root { --zen-settings-secondary-background: light-dark(#f2f4f4, color-mix(in srgb, var(--zen-colors-tertiary) 50%, #0f0f0f 50%)); + --in-content-box-background: var(--zen-colors-tertiary) !important; } .main-content {