From b5ddd41a5e29f0e3856aeb75150df35975649bc3 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 21 Apr 2016 18:35:53 -0700 Subject: [PATCH] Fix error icon // FREEBIE --- stylesheets/_conversation.scss | 1 + stylesheets/manifest.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index b6669d88cb1e..d67c1ebc81e8 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 c0bc35c23ce9..f90c5575533f 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 {