Skip to content

Commit f910062

Browse files
committed
closed mar10#8
1 parent 39b4ee4 commit f910062

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sample-widget.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
.ui-menu {
2424
width: 120px;
2525
}
26+
/**/
27+
.ui-icon.custom-icon-firefox {
28+
background-image: url(application_firefox.gif);
29+
background-position: 0 0;
30+
}
2631
</style>
2732

2833
<!-- Add code to initialize the tree when the document is loaded: -->
@@ -71,7 +76,7 @@ <h1>jquery.contextmenu.js</h1>
7176
</div>
7277

7378
<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>
7580
<li><a href="#action2"><span class="ui-icon ui-icon-heart"></span>Action 2</a>
7681
<li class="ui-state-disabled"><a href="#action3">Action 3</a>
7782
<li>----

0 commit comments

Comments
 (0)