Skip to content

Commit 696d8e2

Browse files
committed
Fix for issue jupyter#7565 on Click to add a cell button not to be in background
1 parent 2c66ed3 commit 696d8e2

File tree

1 file changed

+7
-2
lines changed
  • packages/notebook-extension/style

1 file changed

+7
-2
lines changed

packages/notebook-extension/style/base.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,14 @@ body[data-notebook='notebooks']
116116

117117
/* Tweak the notebook footer (to add a new cell) */
118118
body[data-notebook='notebooks'] .jp-Notebook-footer {
119-
background: unset;
119+
background: var(--jp-layout-color1);
120+
margin-left: auto !important;
121+
margin-right: auto !important;
122+
border-top: 1px solid var(--jp-border-color1);
120123
width: 100%;
121-
margin-left: unset;
124+
border: 1px solid var(--jp-border-color1) !important;
125+
border-radius: 4px;
126+
opacity: 1;
122127
}
123128

124129
/* Mobile View */

0 commit comments

Comments
 (0)