Эх сурвалжийг харах

Adding context-menu disabled class

vinithra 15 жил өмнө
parent
commit
5dbca6971d

+ 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;
 }