diff -r c72b545f1304 -r 67bd3121a12e themes/oxygen/css/bleu.css --- a/themes/oxygen/css/bleu.css Wed Dec 26 00:37:26 2007 -0500 +++ b/themes/oxygen/css/bleu.css Thu Dec 27 22:09:33 2007 -0500 @@ -7,6 +7,7 @@ /* The basics */ html,body { height: 100%; } body { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background: url(../images/bleu/bg.png); font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; } +body#tinymce { background-color: white; background-image: none; } .holder { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 } div.pad { padding: 10px; } table#title { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; }