Browse Source

Adding context-menu disabled class

vinithra 15 năm trước cách đây
mục cha
commit
5dbca6971d
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;
 }