diff --git a/themes/default/css/_besocial/jquery.sceditor.elk_wiz_besocial.css b/themes/default/css/_besocial/jquery.sceditor.elk_wiz_besocial.css index 12ac23fce6..c6531395f7 100644 --- a/themes/default/css/_besocial/jquery.sceditor.elk_wiz_besocial.css +++ b/themes/default/css/_besocial/jquery.sceditor.elk_wiz_besocial.css @@ -1,10 +1,10 @@ html, body, p, code:before, table { margin: 0; padding: 0; - color: #111; + color: #444; } -html>body>p, html>body>div { - font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif; +[contenteditable="true"] { + font: 90%/130% Helvetica, Arial, "Nimbus Sans L", sans-serif; } ul, ol { margin-top: 0; diff --git a/themes/default/css/_light/jquery.sceditor.elk_wiz_light.css b/themes/default/css/_light/jquery.sceditor.elk_wiz_light.css index 7629e79a91..c2bf681f08 100644 --- a/themes/default/css/_light/jquery.sceditor.elk_wiz_light.css +++ b/themes/default/css/_light/jquery.sceditor.elk_wiz_light.css @@ -1,10 +1,10 @@ html, body, p, code:before, table { margin: 0; padding: 0; - color: #111; + color: #444; } -html>body>p, html>body>div { - font: 83.33%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif; +[contenteditable="true"] { + font: 87.5%/150% "Segoe UI", "Helvetica Neue", "Liberation Sans", "Nimbus Sans L", Arial, sans-serif; } ul, ol { margin-top: 0;