Fix error icon

// FREEBIE
This commit is contained in:
lilia
2016-04-21 18:36:07 -07:00
parent b29a48fc35
commit b5ddd41a5e
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -338,6 +338,7 @@
opacity: 1 !important;
background: url('/images/error_red.png') center no-repeat;
cursor: pointer;
-webkit-mask: none;
}
.incoming {
+2 -1
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 {