Skip to content

Commit 966ca68

Browse files
committed
Style file browser buttons
1 parent 234d8fb commit 966ca68

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-DropdownMenu,
2+
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-ToolbarButton,
3+
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-CommandToolbarButton
4+
{
5+
border: solid 1px var(--jp-border-color2);
6+
margin: 1px;
7+
padding: 0px;
8+
}
9+
10+
.jp-FileBrowser-toolbar button.jp-ToolbarButtonComponent {
11+
height: 100%;
12+
}
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
@import url('~@jupyterlab/filebrowser/style/index.css');
22

33
@import url('~@jupyter-notebook/tree/style/index.css');
4+
5+
@import url('./base.css');
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import '@jupyterlab/filebrowser/style/index.js';
22

33
import '@jupyter-notebook/tree/style/index.js';
4+
5+
import './base.css';

0 commit comments

Comments
 (0)