##// END OF EJS Templates
Adding const pseudo-widget for fixing arguments to interact.
Adding const pseudo-widget for fixing arguments to interact.

File last commit:

r15042:036b6a9b
r15142:32d0d193
Show More
notificationwidget.less
22 lines | 397 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;
}
}
#indicator_area{
color: @navbarLinkColor;
padding: 2px 2px;
margin: 2px -9px 2px 4px;
z-index: 10;
}