##// END OF EJS Templates
Add method to change codemirror mode of all code cells
Add method to change codemirror mode of all code cells

File last commit:

r17292:71d7642b
r17376:8a2f6348
Show More
notificationwidget.less
13 lines | 281 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @border-radius-base;
background: @notification_widget_bg;
&.span {
padding-right:2px;
}
}