diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-01-15 15:59:28 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-01-15 15:59:28 +0100 |
| commit | 224fe580ca5535e6302796e210d754f06eb4dc21 (patch) | |
| tree | 73ff085075ee13ece21adaed493b68354ac490ad /src/components/notifications/notifications.vue | |
| parent | 929d4d75b4a9a20bbf7835a7f7d8df96e70d4ffc (diff) | |
| parent | 6c5b5eb52b7e000a2af896a0ada9ff4488ac8709 (diff) | |
Merge branch 'develop' into feature/hash-routed
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 6f5dd721..ba5d8971 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,7 +1,7 @@ <template> <div class="notifications"> - <div class="panel panel-default"> - <div class="panel-heading">Notifications ({{visibleNotifications.length}})</div> + <div class="panel panel-default base00-background"> + <div class="panel-heading base01-background base04">Notifications ({{visibleNotifications.length}})</div> <div class="panel-body"> <div v-for="notification in visibleNotifications" class="notification"> <a :href="notification.action.user.statusnet_profile_url"> |
