Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5880)
+++ /CKEditor/trunk/CHANGES.html	(revision 5881)
@@ -83,4 +83,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6265">#6265</a> : Popup window properties were visible in the link dialog's target tab when nothing was selected.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6075">#6075</a> : [FF] Newly created links didn't fill in information on edit.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6183">#6183</a> : The toolbar panels options sometimes had the contents' link color.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/6246">#6246</a> : Chinese Simplified;</li>
Index: /CKEditor/trunk/_source/skins/kama/panel.css
===================================================================
--- /CKEditor/trunk/_source/skins/kama/panel.css	(revision 5880)
+++ /CKEditor/trunk/_source/skins/kama/panel.css	(revision 5881)
@@ -73,5 +73,5 @@
 	display: block;
 	border: 1px solid #fff;
-	color: inherit;
+	color: inherit !important;
 	text-decoration: none;
 	overflow: hidden;
Index: /CKEditor/trunk/_source/skins/office2003/panel.css
===================================================================
--- /CKEditor/trunk/_source/skins/office2003/panel.css	(revision 5880)
+++ /CKEditor/trunk/_source/skins/office2003/panel.css	(revision 5881)
@@ -68,5 +68,5 @@
 	display: block;
 	border: 1px solid #fff;
-	color: inherit;
+	color: inherit !important;
 	text-decoration: none;
 	overflow: hidden;
Index: /CKEditor/trunk/_source/skins/v2/panel.css
===================================================================
--- /CKEditor/trunk/_source/skins/v2/panel.css	(revision 5880)
+++ /CKEditor/trunk/_source/skins/v2/panel.css	(revision 5881)
@@ -68,5 +68,5 @@
 	display: block;
 	border: 1px solid #fff;
-	color: inherit;
+	color: inherit !important;
 	text-decoration: none;
 	overflow: hidden;
