Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5775)
+++ /CKEditor/trunk/CHANGES.html	(revision 5776)
@@ -98,4 +98,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/5840">#5840</a> : Some dialog access keys are conflicting with "Ctrl + A", select all text behavior on text input.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/6059">#6059</a> : Changing list type didn't preserve the list's attributes.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/5193">#5193</a> : In Firefox, the element path options had the text cursor instead of the arrow.</li>
 		<li>Updated the following language files:<ul>
 			<li>Chinese Simplified;</li>
Index: /CKEditor/trunk/_source/skins/kama/elementspath.css
===================================================================
--- /CKEditor/trunk/_source/skins/kama/elementspath.css	(revision 5775)
+++ /CKEditor/trunk/_source/skins/kama/elementspath.css	(revision 5776)
@@ -37,4 +37,5 @@
 	padding: 1px 4px 0;
 	color: #60676a;
+	cursor: default;
 }
 
Index: /CKEditor/trunk/_source/skins/office2003/elementspath.css
===================================================================
--- /CKEditor/trunk/_source/skins/office2003/elementspath.css	(revision 5775)
+++ /CKEditor/trunk/_source/skins/office2003/elementspath.css	(revision 5776)
@@ -36,4 +36,5 @@
 	padding-right: 4px;
 	margin-bottom : 3px;
+	cursor: default;
 }
 
Index: /CKEditor/trunk/_source/skins/v2/elementspath.css
===================================================================
--- /CKEditor/trunk/_source/skins/v2/elementspath.css	(revision 5775)
+++ /CKEditor/trunk/_source/skins/v2/elementspath.css	(revision 5776)
@@ -36,4 +36,5 @@
 	padding-right: 4px;
 	margin-bottom : 3px;
+	cursor: default;
 }
 
