<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,7 +26,8 @@
 		label: 'Right Image, Item 2',
 		callback: function(){
 			log('Right Image, item two picked.');
-		}
+		},
+		enabled: false
 	});
 	context_menu_two.addItem({
 		label: function(){
@@ -53,7 +54,7 @@
 		list-style:none;
 		padding:0;
 		margin:0;
-		cursor:hand;
+		cursor:pointer;
 	}
 
 	#control_contextmenu ul li {
@@ -61,7 +62,6 @@
 		padding:3px 10px 3px 5px;
 		margin:0;
 		cursor:pointer;
-		cursor:hand;
 		font-family:&quot;Lucida Grande&quot;,Verdana;
 		text-decoration:none;
 		color:#333;
@@ -77,13 +77,20 @@
 	#control_contextmenu ul li:hover {
 		color:#fff;
 		background-color:#3875d7;
-		cursor:hand;
+		cursor:pointer;
 	}
 
 	#control_contextmenu ul li.selected:hover {
 		color:#333;
 		background-color:#eee;
-		cursor:hand;
+		cursor:pointer;
+	}
+	
+	#control_contextmenu ul li.disabled,
+	#control_contextmenu ul li:hover.disabled {
+		background-color: #eee;
+		color:#999;
+		cursor:pointer;
 	}
 &lt;% end %&gt;
 </diff>
      <filename>app/views/page/control/_contextmenu.rhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f91757e657b31f6fc83260e626818b347448884</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Johnson</name>
    <email>arjini@gmail.com</email>
  </author>
  <url>http://github.com/saucytiger/livepipe.net-documentation/commit/040b512272c09e51c703fd898e9ffbf9fee3cb5d</url>
  <id>040b512272c09e51c703fd898e9ffbf9fee3cb5d</id>
  <committed-date>2008-06-27T14:46:34-07:00</committed-date>
  <authored-date>2008-06-27T14:46:34-07:00</authored-date>
  <message>added css styles for contextmenu</message>
  <tree>ab7ac5748f435f0a0ff15ec7882366712041b50e</tree>
  <committer>
    <name>Ryan Johnson</name>
    <email>arjini@gmail.com</email>
  </committer>
</commit>
