##// END OF EJS Templates
Backport PR #8203: autosave & reload on kernelspec switch...
Backport PR #8203: autosave & reload on kernelspec switch when a custom kernel.js was defined, in which case reload is needed to ensure clean js state. closes #7783

File last commit:

r20149:1bf09c8a
r21106:c00d848f
Show More
menubar.less
26 lines | 433 B | text/x-less | LessCssLexer
.selected-keymap {
i.fa {
padding: 0px 5px;
}
i.fa:before {
content: @fa-var-check;
}
}
#mode-menu {
// truncate mode-menu, so it doesn't get longer than the screen
overflow: auto;
max-height: 20em;
}
.edit_app {
#header {
.box-shadow(@global-shadow);
}
#menubar .navbar {
/* Use a negative 1 bottom margin, so the border overlaps the border of the
header */
margin-bottom: -1px;
}
}