Fix error icon
// FREEBIE
This commit is contained in:
@@ -338,6 +338,7 @@
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background: url('/images/error_red.png') center no-repeat;
|
background: url('/images/error_red.png') center no-repeat;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-mask: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.incoming {
|
.incoming {
|
||||||
|
@@ -972,7 +972,8 @@ input.search {
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background: url("/images/error_red.png") center no-repeat;
|
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-container .incoming .avatar, .message-container .incoming .bubble,
|
||||||
.message-list .incoming .avatar,
|
.message-list .incoming .avatar,
|
||||||
.message-list .incoming .bubble {
|
.message-list .incoming .bubble {
|
||||||
|
Reference in New Issue
Block a user