Fixed problem with white text on white background in editor
This commit is contained in:
parent
7a23976f1c
commit
ac70759e23
|
|
@ -19,6 +19,7 @@
|
|||
overflow: visible;
|
||||
background: #fff;
|
||||
margin-bottom: 24px;
|
||||
color: #000;
|
||||
}
|
||||
.redactor-box iframe,
|
||||
.redactor-box textarea {
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
overflow: visible;
|
||||
background: #fff;
|
||||
margin-bottom: 24px;
|
||||
color: #000;
|
||||
|
||||
& iframe,
|
||||
& textarea {
|
||||
|
|
|
|||
Loading…
Reference in New Issue