1 /* Generic context menu styles */
\r
6 border: solid 1px #CCC;
\r
21 text-decoration: none;
\r
25 background-position: 6px center;
\r
26 background-repeat: no-repeat;
\r
32 .contextMenu LI.hover A {
\r
34 background-color: #3399FF;
\r
37 .contextMenu LI.disabled A {
\r
42 .contextMenu LI.hover.disabled A {
\r
43 background-color: transparent;
\r
46 .contextMenu LI.separator {
\r
47 border-top: solid 1px #CCC;
\r
53 You can add icons to the context menu by adding
\r
54 classes to the respective LI element(s)
\r
57 .contextMenu LI.edit A { background-image: url(images/page_white_edit.png); }
\r
58 .contextMenu LI.cut A { background-image: url(images/cut.png); }
\r
59 .contextMenu LI.copy A { background-image: url(images/page_white_copy.png); }
\r
60 .contextMenu LI.paste A { background-image: url(images/page_white_paste.png); }
\r
61 .contextMenu LI.delete A { background-image: url(images/page_white_delete.png); }
\r
62 .contextMenu LI.quit A { background-image: url(images/door.png); }
\r