We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b4ee4 commit f910062Copy full SHA for f910062
sample-widget.html
@@ -23,6 +23,11 @@
23
.ui-menu {
24
width: 120px;
25
}
26
+/**/
27
+.ui-icon.custom-icon-firefox {
28
+ background-image: url(application_firefox.gif);
29
+ background-position: 0 0;
30
+}
31
</style>
32
33
<!-- Add code to initialize the tree when the document is loaded: -->
@@ -71,7 +76,7 @@ <h1>jquery.contextmenu.js</h1>
71
76
</div>
72
77
73
78
<ul id="options" class="ui-helper-hidden">
74
- <li><a href="#action1">Action 1</a>
79
+ <li><a href="#action1"><span class="ui-icon custom-icon-firefox"></span>Action 1</a>
75
80
<li><a href="#action2"><span class="ui-icon ui-icon-heart"></span>Action 2</a>
81
<li class="ui-state-disabled"><a href="#action3">Action 3</a>
82
<li>----
0 commit comments