##// END OF EJS Templates
fix Session inheritance for frontends with `--existing`...
fix Session inheritance for frontends with `--existing` The Client was getting a new Session without the connection info loaded from the file, which would cause `Invalid Signature` errors to be logged, and no prompt to appear in the frontend.

File last commit:

r14220:d1d9dfe0
r17166:f063e9d7
Show More
style.less
13 lines | 323 B | text/x-less | LessCssLexer
@import "style_noapp.less";
@import "notebook.less";
@import "celltoolbar.less";
@import "completer.less";
@import "menubar.less";
@import "notificationarea.less";
@import "notificationwidget.less";
@import "pager.less";
@import "quickhelp.less";
@import "savewidget.less";
@import "toolbar.less";
@import "tooltip.less";