From 416359d4ad73e280ddb77678e73a1d3333b10bdf Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 7 Jun 2017 21:38:40 +0200 Subject: [PATCH] Add scroll-down-button hover-effect Normal Android & iOS Theme --- stylesheets/_conversation.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index ca981cd85..ce5b29aa1 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -735,6 +735,9 @@ li.entry .error-icon-container { height: 100%; width: 100%; } + .icon:hover { + background-color: #616161; + } &.new-messages { background-color: $blue;