diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-21 17:15:45 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-21 17:15:45 +0300 |
| commit | bf84a87821e63774340cbff9e4356d1b30d415b7 (patch) | |
| tree | 814227e8270ec60528afbcc9d696c7a6c40797eb /src/components/notifications/notifications.vue | |
| parent | 8e5d17a659b157f095ad3850ac3cdd2e537ac38b (diff) | |
Make buttons stand out with some shading.
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index f5950ac9..6c0419a5 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -4,7 +4,7 @@ <div class="panel-heading base01-background base04"> <span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span> Notifications - <button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button> + <button @click.prevent="markAsSeen" class="base05 base01-background read-button">Read!</button> </div> <div class="panel-body base03-border"> <div v-for="notification in visibleNotifications" :key="notification" class="notification" :class='{"unseen": !notification.seen}'> |
