From aaa28640cfaa7543d5cb5d31f548b0745a7c18e8 Mon Sep 17 00:00:00 2001 From: Brian Lim Date: Fri, 22 Jan 2016 19:42:06 -0500 Subject: [PATCH] CSS Default Font Colors for Issue 2853 --- src/static/css/iframe_editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 2824a10a0..451ce807d 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -95,6 +95,8 @@ body.grayedout { background-color: #eee !important } font-size: 12px; /* overridden by body.style */ font-family:Arial, sans-serif; /* overridden by body.style */ line-height: 16px; /* overridden by body.style */ + background-color: white; + color: black; } body.doesWrap {