Browse Source

Fixed firefox placeholder /15

master
Igor Zhukov 11 years ago
parent
commit
3b475bcf69
  1. 2
      app/css/app.css
  2. 2
      app/index.html

2
app/css/app.css

@ -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 {

2
app/index.html

@ -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">

Loading…
Cancel
Save