diff --git a/notebook/static/tree/less/tree.less b/notebook/static/tree/less/tree.less index 996ab4f48..faebeaf62 100644 --- a/notebook/static/tree/less/tree.less +++ b/notebook/static/tree/less/tree.less @@ -256,6 +256,13 @@ ul#new-menu { right: 0; } +#new-menu .dropdown-header { + font-size: 10px; + border-bottom: 1px solid #e5e5e5; + padding: 0 0 3px; + margin: -3px 20px 0; +} + .kernel-menu-icon { padding-right: 12px; width: 24px; diff --git a/notebook/templates/tree.html b/notebook/templates/tree.html index bb3f33d9b..133467218 100644 --- a/notebook/templates/tree.html +++ b/notebook/templates/tree.html @@ -70,7 +70,7 @@ data-terminals-available="{{terminals_available}}" {% endif %} - +