mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Adjust styling of dropdown header in new menu
This commit is contained in:
parent
d3ff8d69de
commit
291e0c101e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user