##// END OF EJS Templates
remove components submodule (temporary)
remove components submodule (temporary)

File last commit:

r11012:69c3afb3
r11032:f07c8aba
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);
}