aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-17 02:17:36 +0200
committershpuld <shp@cock.li>2017-11-17 02:17:36 +0200
commit44073e72fdb5d253f48b6f0bb0755da89f7e4ae1 (patch)
tree5aa2c6c96694f010d27c1bec0b36b48f18424852 /src/components/notifications
parented84c6acc07d7e1848dab0fc2d64061e9a090e8d (diff)
Update theme editor to have 4 colors, rewrite the color setter, change a LOT of base16 assignments for better consistency.
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notifications.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index 1e5f6975..64624873 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -1,10 +1,10 @@
<template>
<div class="notifications">
<div class="panel panel-default base00-background">
- <div class="panel-heading base01-background base04">
+ <div class="panel-heading base02-background base04">
<span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span>
{{$t('notifications.notifications')}}
- <button @click.prevent="markAsSeen" class="base05 base01-background read-button">{{$t('notifications.read')}}</button>
+ <button @click.prevent="markAsSeen" class="base04 base02-background read-button">{{$t('notifications.read')}}</button>
</div>
<div class="panel-body base03-border">
<div v-for="notification in visibleNotifications" :key="notification" class="notification" :class='{"unseen": !notification.seen}'>