Browse Source

Adding context-menu disabled class

vinithra 15 years ago
parent
commit
5dbca6971d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      desktop/core/static/css/shared.css

+ 5 - 0
desktop/core/static/css/shared.css

@@ -22,6 +22,11 @@
 	text-decoration: none;
 	color: #000;
 }
+.ccs-shared ul.context-menu a.disabled {
+	text-decoration: none;
+	color: #999;
+	cursor: pointer;
+}
 .ccs-shared a:hover {
 	text-decoration: underline;
 }