Fixed problem with white text on white background in editor

This commit is contained in:
Alex Bass 2015-01-22 16:12:57 -05:00
parent 7a23976f1c
commit ac70759e23
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
overflow: visible;
background: #fff;
margin-bottom: 24px;
color: #000;
}
.redactor-box iframe,
.redactor-box textarea {

View File

@ -63,6 +63,7 @@
overflow: visible;
background: #fff;
margin-bottom: 24px;
color: #000;
& iframe,
& textarea {