Fix error icon

// FREEBIE
This commit is contained in:
lilia 2016-04-21 18:35:53 -07:00
parent b29a48fc35
commit b5ddd41a5e
2 changed files with 3 additions and 1 deletions

View file

@ -338,6 +338,7 @@
opacity: 1 !important;
background: url('/images/error_red.png') center no-repeat;
cursor: pointer;
-webkit-mask: none;
}
.incoming {

View file

@ -972,7 +972,8 @@ input.search {
height: 18px;
opacity: 1 !important;
background: url("/images/error_red.png") center no-repeat;
cursor: pointer; }
cursor: pointer;
-webkit-mask: none; }
.message-container .incoming .avatar, .message-container .incoming .bubble,
.message-list .incoming .avatar,
.message-list .incoming .bubble {