diff options
| author | shpuld <shpuld@gmail.com> | 2017-03-09 01:13:37 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-03-09 01:13:37 +0200 |
| commit | 507fe7905052e2dc5e9bf3e1ee3caee5239e353b (patch) | |
| tree | 9354d892f289b8827e3954f3146255b001fdeba5 | |
| parent | 6c8fc99d5a602cb0a38dc0bdbe906e228a6a7cc7 (diff) | |
Add base03 border to timeline bottom fetcher too.
| -rw-r--r-- | src/components/timeline/timeline.vue | 4 |
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> |
