Rearrange source to src dir.
[redakcja.git] / src / redakcja / static / contextmenu2 / jquery.contextMenu.css
1 /* Generic context menu styles */\r
2 .contextMenu {\r
3         position: absolute;\r
4         width: 120px;\r
5         z-index: 99999;\r
6         border: solid 1px #CCC;\r
7         background: #EEE;\r
8         padding: 0px;\r
9         margin: 0px;\r
10         display: none;\r
11 }\r
12 \r
13 .contextMenu LI {\r
14         list-style: none;\r
15         padding: 0px;\r
16         margin: 0px;\r
17 }\r
18 \r
19 .contextMenu A {\r
20         color: #333;\r
21         text-decoration: none;\r
22         display: block;\r
23         line-height: 20px;\r
24         height: 20px;\r
25         background-position: 6px center;\r
26         background-repeat: no-repeat;\r
27         outline: none;\r
28         padding: 1px 5px;\r
29         padding-left: 28px;\r
30 }\r
31 \r
32 .contextMenu LI.hover A {\r
33         color: #FFF;\r
34         background-color: #3399FF;\r
35 }\r
36 \r
37 .contextMenu LI.disabled A {\r
38         color: #AAA;\r
39         cursor: default;\r
40 }\r
41 \r
42 .contextMenu LI.hover.disabled A {\r
43         background-color: transparent;\r
44 }\r
45 \r
46 .contextMenu LI.separator {\r
47         border-top: solid 1px #CCC;\r
48 }\r
49 \r
50 /*\r
51         Adding Icons\r
52         \r
53         You can add icons to the context menu by adding\r
54         classes to the respective LI element(s)\r
55 */\r
56 \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