##// END OF EJS Templates
Don't refer to global kernelselector object in Session
Don't refer to global kernelselector object in Session

File last commit:

r17292:71d7642b
r17384:9b94006d
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;
}
}