summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorBrian Lim <brian.lim.developer@gmail.com>2016-01-22 19:42:06 -0500
committerBrian Lim <brian.lim.developer@gmail.com>2016-01-22 19:42:06 -0500
commitaaa28640cfaa7543d5cb5d31f548b0745a7c18e8 (patch)
tree016aed868a0d920e1f43a9ff84092e6ff2c26567 /src/static
parent9335ae00d0c889bf96482447990968ca3eef6806 (diff)
downloadetherpad-lite-aaa28640cfaa7543d5cb5d31f548b0745a7c18e8.zip
CSS Default Font Colors for Issue 2853
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/iframe_editor.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css
index 2824a10a..451ce807 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 {