Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 1559)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 1560)
@@ -105,4 +105,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1355">#1355</a>] Linebreaks and spaces are now
 			conserved when converting to and from the "Formatted" format.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1670">#1670</a>] Improved the background color
+			behind smiley icons and special characters in their corresponding dialogs.</li>
 	</ul>
 	<p>
Index: /FCKeditor/trunk/editor/skins/default/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/default/fck_dialog.css	(revision 1559)
+++ /FCKeditor/trunk/editor/skins/default/fck_dialog.css	(revision 1560)
@@ -93,5 +93,5 @@
 .DarkBackground
 {
-	background-color: #d7d79f;
+	background-color: #eaead1;
 }
 
Index: /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css	(revision 1559)
+++ /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css	(revision 1560)
@@ -93,5 +93,5 @@
 .DarkBackground
 {
-	background-color: #d7d79f;
+	background-color: #eaf2f8;
 }
 
Index: /FCKeditor/trunk/editor/skins/silver/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/silver/fck_dialog.css	(revision 1559)
+++ /FCKeditor/trunk/editor/skins/silver/fck_dialog.css	(revision 1560)
@@ -93,5 +93,5 @@
 .DarkBackground
 {
-	background-color: #d7d79f;
+	background-color: #f2f2f2;
 }
 
