From 283d192fe8c7ac51f552a5a7a400f6732d2812e3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 6 Mar 2025 02:30:32 +0200 Subject: [PATCH] style(next)/jump to note: fix modal footer background --- src/public/stylesheets/theme-next/shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index e465ea59a..b2722df57 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1296,6 +1296,7 @@ body .calendar-dropdown-widget .calendar-body a:hover { .jump-to-note-dialog .modal-dialog { --modal-background-color: var(--menu-background-color); + --modal-footer-background: transparent; --bs-modal-header-border-width: 0; --bs-modal-footer-border-width: 0; --bs-modal-footer-gap: 0;