diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index b6669d88c..d67c1ebc8 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -338,6 +338,7 @@ opacity: 1 !important; background: url('/images/error_red.png') center no-repeat; cursor: pointer; + -webkit-mask: none; } .incoming { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index c0bc35c23..f90c55755 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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 {