Add scroll-down-button hover-effect
Normal Android & iOS Theme
This commit is contained in:
parent
bb483474a3
commit
416359d4ad
1 changed files with 3 additions and 0 deletions
|
@ -735,6 +735,9 @@ li.entry .error-icon-container {
|
|||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.icon:hover {
|
||||
background-color: #616161;
|
||||
}
|
||||
|
||||
&.new-messages {
|
||||
background-color: $blue;
|
||||
|
|
Loading…
Reference in a new issue