diff --git a/services/web/app/views/project/list/notifications.jade b/services/web/app/views/project/list/notifications.jade index 8e0ee56f43..29f371b724 100644 --- a/services/web/app/views/project/list/notifications.jade +++ b/services/web/app/views/project/list/notifications.jade @@ -8,7 +8,7 @@ span(ng-controller="NotificationsController").userNotifications ) .row(ng-hide="unreadNotification.hide") .col-xs-12 - .alert.alert-warning + .alert.alert-info span(ng-bind-html="unreadNotification.html") button(ng-click="dismiss(unreadNotification)").close.pull-right span(aria-hidden="true") × diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index 1fd0994b87..53c780dbe4 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -32,6 +32,9 @@ ul { margin-bottom:0px; } + .alert { + .box-shadow(2px 4px 6px rgba(0, 0, 0, 0.25)); + } }