Browse Source

add group messages hover icon

pull/30/head
ghost 2 years ago
parent
commit
4f18bd9f15
  1. 7
      theme_nin_night/css/style.css
  2. BIN
      theme_nin_night/img/groupmessages-hover.png

7
theme_nin_night/css/style.css

@ -1771,6 +1771,13 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof @@ -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;

BIN
theme_nin_night/img/groupmessages-hover.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Loading…
Cancel
Save