diff -r ae34e1715e21 -r a8c646b56683 emailuis/nmailuiwidgets/resources/nmeditortexteditblack.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailuis/nmailuiwidgets/resources/nmeditortexteditblack.css Mon Aug 23 23:32:31 2010 +0300 @@ -0,0 +1,10 @@ + +NmEditorTextEdit { + color: black; + background: white; + background-color: white; + border: red; + selection-color: white; + selection-background-color: cyan; + text-align: left; +}