froala wysiwyg エディタの背景画像をノート風に変えたいのですが、
しかし、それはまったく何も変更していません...誰かがそれを修正するのを手伝ってくれて、その方法を教えてくれませんか?
これは私がやっていることです:
<style type="text/css">
textarea.notebook {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 700;
width: 100%;
padding: 5px 0px;
margin-bottom: 20px;
resize: vertical;
font-size: 11px;
line-height: 24px;
border-bottom: 2px solid;
-webkit-appearance: none;
border-radius: 0;
background: url(notebook.png);
}
</style>
<section id="editor">
<form>
<textarea id="edit" name="edit" class="notebook" style="margin-top: 30px;">
</textarea>
</form>
</section>