Add scroll-down-button hover-effect

Normal Android & iOS Theme
This commit is contained in:
Unknown 2017-06-07 21:38:40 +02:00 committed by Scott Nonnenberg
parent bb483474a3
commit 416359d4ad

View file

@ -735,6 +735,9 @@ li.entry .error-icon-container {
height: 100%;
width: 100%;
}
.icon:hover {
background-color: #616161;
}
&.new-messages {
background-color: $blue;