##// END OF EJS Templates
Merge pull request #3673 from minrk/cm-comment...
Merge pull request #3673 from minrk/cm-comment enable comment/uncomment selection in notebook Bound to `(cmd|ctrl)-/`

File last commit:

r11033:fa36e98f
r11521:cf8a7da8 merge
Show More
notificationwidget.less
10 lines | 224 B | text/x-less | LessCssLexer
.notification_widget{
color: @navbarLinkColor;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @corner_radius;
background: rgba(240, 240, 240, 0.5);
}