Fix Messages editor:

- textarea field
- labels and placeholders color
This commit is contained in:
iRouge
2015-06-12 10:50:07 -04:00
committed by Francis Lachapelle
parent 1264dbad73
commit 16440998de
6 changed files with 32 additions and 32 deletions
@@ -28,7 +28,7 @@ textarea.ck-editor{
margin-top: $mg;
}
// Plain text editor
textarea.ck-editor {
[id=messageEditor] textarea {
width: 100%;
min-height: 320px;
min-height: grid-step(3);
}