##// END OF EJS Templates
Fix for CVE-2014-3566 'POODLE' SSL attack, original commit '22c4922f4796078c5613de9e07e66b8764549cad'
Fix for CVE-2014-3566 'POODLE' SSL attack, original commit '22c4922f4796078c5613de9e07e66b8764549cad'

File last commit:

r19298:d8390523
r20965:a36c8480
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();
}