Fix error icon
// FREEBIE
This commit is contained in:
parent
b29a48fc35
commit
b5ddd41a5e
2 changed files with 3 additions and 1 deletions
|
@ -338,6 +338,7 @@
|
|||
opacity: 1 !important;
|
||||
background: url('/images/error_red.png') center no-repeat;
|
||||
cursor: pointer;
|
||||
-webkit-mask: none;
|
||||
}
|
||||
|
||||
.incoming {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue