add group messages hover icon

This commit is contained in:
ghost 2022-07-08 19:42:26 +03:00
parent 632cfdc668
commit 4f18bd9f15
2 changed files with 7 additions and 0 deletions

View File

@ -1771,6 +1771,13 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof
height: 1em;
}
.mini-profile-indicators .userMenu-groupmessages:hover a:before {
content: "";
background: transparent url("../img/groupmessages-hover.png") no-repeat scroll center center;
background-size: 24px 24px;
height: 1em;
}
/* line 208, ../sass/style.sass */
.messages-qtd {
position: absolute;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB