diff --git a/src/web/app/desktop/tags/notifications.tag b/src/web/app/desktop/tags/notifications.tag
index 2aaf9895a..b9b779035 100644
--- a/src/web/app/desktop/tags/notifications.tag
+++ b/src/web/app/desktop/tags/notifications.tag
@@ -64,7 +64,7 @@
ありません!
%i18n:common.loading%
@@ -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
diff --git a/src/web/app/mobile/tags/notifications.tag b/src/web/app/mobile/tags/notifications.tag
index 89651e1ce..808b157e5 100644
--- a/src/web/app/mobile/tags/notifications.tag
+++ b/src/web/app/mobile/tags/notifications.tag
@@ -1,12 +1,14 @@
-
+
+
+
{ notification._datetext }{ notifications[i + 1]._datetext }
%i18n:mobile.tags.mk-notifications.empty%
%i18n:common.loading%
@@ -16,15 +18,17 @@
background #fff
> .notifications
- margin 0 auto
- max-width 500px
- > mk-notification
+ > div
border-bottom solid 1px rgba(0, 0, 0, 0.05)
&:last-child
border-bottom none
+ > mk-notification
+ margin 0 auto
+ max-width 500px
+
> .date
display block
margin 0
diff --git a/src/web/app/reset.styl b/src/web/app/reset.styl
index 14ac8a106..940a9ed18 100644
--- a/src/web/app/reset.styl
+++ b/src/web/app/reset.styl
@@ -34,6 +34,9 @@ button
*
pointer-events none
+ &[disabled]
+ cursor default
+
pre
overflow auto
white-space pre