We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d2d9a7 + 8f91a74 commit c824a51Copy full SHA for c824a51
src/jquery.contextMenu.css
@@ -88,7 +88,7 @@
88
http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
89
.context-menu-item.icon:before {}
90
*/
91
-.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
+.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; list-style-type: none;}
92
.context-menu-item.icon-edit { background-image: url(images/page_white_edit.png); }
93
.context-menu-item.icon-cut { background-image: url(images/cut.png); }
94
.context-menu-item.icon-copy { background-image: url(images/page_white_copy.png); }
0 commit comments