##// END OF EJS Templates
Pass Windows interrupt event to kernels as an environment variable...
Pass Windows interrupt event to kernels as an environment variable This allows third party kernels to use our interrupt mechanism on Windows. Closes gh-5840

File last commit:

r15847:5c22c5ca
r16717:55b9868f
Show More
notificationarea.less
35 lines | 502 B | text/x-less | LessCssLexer
#notification_area {
z-index: 10;
}
.indicator_area {
color: @navbarLinkColor;
padding: 4px 3px;
margin: 0px;
width: 11px;
z-index: 10;
text-align: center;
}
#kernel_indicator {
// Pull it to the right, outside the container boundary
margin-right: -16px;
}
.edit_mode_icon:before {
.icon(@pencil);
}
.command_mode_icon:before {
.icon(' ');
}
.kernel_idle_icon:before {
.icon(@circle-blank);
}
.kernel_busy_icon:before {
.icon(@circle);
}