From 3b475bcf69c1ebee95b06abf5042896bc1fa16d6 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 31 Jan 2014 15:26:41 +0400 Subject: [PATCH] Fixed firefox placeholder /15 --- app/css/app.css | 2 +- app/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 340ecb8d..0dceacfc 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -1188,7 +1188,7 @@ img.img_fullsize { } .emoji-wysiwyg-editor:active:before, .emoji-wysiwyg-editor:focus:before { - content: '' !important; + content: none; } .emoji-wysiwyg-editor { diff --git a/app/index.html b/app/index.html index 839edd03..6218ea59 100644 --- a/app/index.html +++ b/app/index.html @@ -7,7 +7,7 @@ - +