summaryrefslogtreecommitdiff
path: root/src/web/app/desktop
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-06-07 13:53:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-06-07 13:53:04 +0900
commit5a0189ce9b8aa8db83181e13fb8e2ae1d75a71af (patch)
tree67cc56ac085e48ab8a546c2d19e86e5405eb3646 /src/web/app/desktop
parentRefactor (diff)
downloadmisskey-5a0189ce9b8aa8db83181e13fb8e2ae1d75a71af.tar.gz
misskey-5a0189ce9b8aa8db83181e13fb8e2ae1d75a71af.tar.bz2
misskey-5a0189ce9b8aa8db83181e13fb8e2ae1d75a71af.zip
[Client] :art:
Diffstat (limited to 'src/web/app/desktop')
-rw-r--r--src/web/app/desktop/tags/notifications.tag8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/web/app/desktop/tags/notifications.tag b/src/web/app/desktop/tags/notifications.tag
index 2aaf9895ae..b9b7790352 100644
--- a/src/web/app/desktop/tags/notifications.tag
+++ b/src/web/app/desktop/tags/notifications.tag
@@ -64,7 +64,7 @@
</virtual>
</div>
<button class="more" if={ moreNotifications } onclick={ fetchMoreNotifications } disabled={ fetchingMoreNotifications }>
- { fetchingMoreNotifications ? '%i18n:common.loading%' : '%i18n:desktop.tags.mk-notifications.more%' }
+ <i class="fa fa-spinner fa-pulse fa-fw" if={ fetchingMoreNotifications }></i>{ fetchingMoreNotifications ? '%i18n:common.loading%' : '%i18n:desktop.tags.mk-notifications.more%' }
</button>
<p class="empty" if={ notifications.length == 0 && !loading }>ありません!</p>
<p class="loading" if={ loading }><i class="fa fa-spinner fa-pulse fa-fw"></i>%i18n:common.loading%<mk-ellipsis/></p>
@@ -178,6 +178,12 @@
color #555
border-top solid 1px rgba(0, 0, 0, 0.05)
+ &:hover
+ background rgba(0, 0, 0, 0.025)
+
+ &:active
+ background rgba(0, 0, 0, 0.05)
+
> .empty
margin 0
padding 16px