##// END OF EJS Templates
redirect /edit/ to /files/ if not (utf8) text
redirect /edit/ to /files/ if not (utf8) text

File last commit:

r19298:d8390523
r19337:fd52fe2d
Show More
notificationwidget.less
20 lines | 348 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
z-index: 10;
background: @notification_widget_bg;
.btn-default();
}
.notification_widget.warning {
.btn-warning();
}
.notification_widget.success {
.btn-success();
}
.notification_widget.info {
.btn-info();
}
.notification_widget.danger {
.btn-danger();
}