Fixed firefox placeholder /15

This commit is contained in:
Igor Zhukov 2014-01-31 15:26:41 +04:00
parent 91d9bb661c
commit 3b475bcf69
2 changed files with 2 additions and 2 deletions

View File

@ -1188,7 +1188,7 @@ img.img_fullsize {
} }
.emoji-wysiwyg-editor:active:before, .emoji-wysiwyg-editor:active:before,
.emoji-wysiwyg-editor:focus:before { .emoji-wysiwyg-editor:focus:before {
content: '' !important; content: none;
} }
.emoji-wysiwyg-editor { .emoji-wysiwyg-editor {

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="vendor/angular/angular-csp.css"/> <link rel="stylesheet" href="vendor/angular/angular-csp.css"/>
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="vendor/jquery.nanoscroller/nanoscroller.css"/> <link rel="stylesheet" href="vendor/jquery.nanoscroller/nanoscroller.css"/>
<link rel="stylesheet" href="css/app.css?11"/> <link rel="stylesheet" href="css/app.css?12"/>
<link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="Webogram"> <meta property="og:title" content="Webogram">