aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-03-09 07:43:59 -0500
committerlambadalambda <gitgud@rogerbraun.net>2017-03-09 07:43:59 -0500
commit0ce747d2c3fb20affb03a0ce102caeb15b84032a (patch)
tree4dd7ea8c2755ddc1190bbdc20228382ec3871bcc /src/components/timeline/timeline.vue
parent64d71b75cfed41d82a99e3e478fc75d5f81f84bd (diff)
parent00531ad9df97e2e8c08f565f33d4e1df6e7b7770 (diff)
Merge branch 'feature/borders-pleasing-to-the-eye' into 'develop'
Feature/borders pleasing to the eye See merge request !56
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index ac074f3c..2b240faa 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -18,9 +18,9 @@
<div class="timeline">
<status-or-conversation v-for="status in timeline.visibleStatuses" :key="status.id" v-bind:statusoid="status"></status-or-conversation>
<a href="#" v-on:click.prevent='fetchOlderStatuses()' v-if="!timeline.loading">
- <div class="base01-background base05-border new-status-notification text-center">Load older statuses.</div>
+ <div class="base01-background base03-border new-status-notification text-center">Load older statuses.</div>
</a>
- <div class="base01-background base05-border new-status-notification text-center" v-else>...</div>
+ <div class="base01-background base03-border new-status-notification text-center" v-else>...</div>
</div>
</div>
</div>