##// END OF EJS Templates
Merge pull request #8142 from SylvainCorlay/slider_validation...
Merge pull request #8142 from SylvainCorlay/slider_validation Using the early validation hook for IntSlider and FloatSlider

File last commit:

r20937:96aea1c9
r20989:e99202ca merge
Show More
notificationwidget.less
21 lines | 371 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
z-index: 10;
background: @notification_widget_bg;
margin-right: 4px;
.btn-default();
}
.notification_widget.warning {
.btn-warning();
}
.notification_widget.success {
.btn-success();
}
.notification_widget.info {
.btn-info();
}
.notification_widget.danger {
.btn-danger();
}