diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 17a0f3b..4f6b595 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -1770,13 +1770,11 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof background: transparent url("../img/groupmessages.png") no-repeat scroll center center; background-size: 24px 24px; height: 1em; + opacity: 0.65 } .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; + opacity: 1 } /* line 208, ../sass/style.sass */ diff --git a/theme_nin_night/img/groupmessages-hover.png b/theme_nin_night/img/groupmessages-hover.png deleted file mode 100644 index 621aeca..0000000 Binary files a/theme_nin_night/img/groupmessages-hover.png and /dev/null differ diff --git a/theme_nin_night/img/groupmessages.png b/theme_nin_night/img/groupmessages.png index a084c1d..621aeca 100644 Binary files a/theme_nin_night/img/groupmessages.png and b/theme_nin_night/img/groupmessages.png differ