From 696d8e26e6fc2f9f7e98e2852b90eefc96a5015e Mon Sep 17 00:00:00 2001 From: Ashton Penalacia Date: Mon, 17 Feb 2025 00:09:39 -0500 Subject: [PATCH] Fix for issue #7565 on Click to add a cell button not to be in background --- packages/notebook-extension/style/base.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/notebook-extension/style/base.css b/packages/notebook-extension/style/base.css index ac793f9cfd..c421b4b3b7 100644 --- a/packages/notebook-extension/style/base.css +++ b/packages/notebook-extension/style/base.css @@ -116,9 +116,14 @@ body[data-notebook='notebooks'] /* Tweak the notebook footer (to add a new cell) */ body[data-notebook='notebooks'] .jp-Notebook-footer { - background: unset; + background: var(--jp-layout-color1); + margin-left: auto !important; + margin-right: auto !important; + border-top: 1px solid var(--jp-border-color1); width: 100%; - margin-left: unset; + border: 1px solid var(--jp-border-color1) !important; + border-radius: 4px; + opacity: 1; } /* Mobile View */