##// END OF EJS Templates
make input_area css generic to cells...
make input_area css generic to cells removes otherwise-identical text_cell_input class in text cells

File last commit:

r15115:abcf96b3
r15552:2927a9b0
Show More
notificationwidget.less
13 lines | 270 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbarLinkColor;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @baseBorderRadius;
background: rgba(240, 240, 240, 0.5);
&.span {
padding-right:2px;
}
}