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

File last commit:

r20937:96aea1c9
r21022:04178bd1
Show More
notificationwidget.less
21 lines | 371 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
z-index: 10;
background: @notification_widget_bg;
margin-right: 4px;
.btn-default();
}
.notification_widget.warning {
.btn-warning();
}
.notification_widget.success {
.btn-success();
}
.notification_widget.info {
.btn-info();
}
.notification_widget.danger {
.btn-danger();
}