source: contrib/MailArchiver/sources/src/VAADIN/widgetsets/serpro.mailarchiver.config.MailArchiverWidgetSet/context-menu-widget/styles.css @ 6785

Revision 6785, 972 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1.v-ctxmenu {
2        float: left;
3       
4        font-family: Arial;
5        font-size: 12px;
6       
7        background: #f0f0f0;
8}
9
10.v-ctxmenu .ctxmenu-menu-item {
11        clear: left;
12       
13        height: 26px;
14       
15        cursor: pointer;
16       
17        color: #222;
18}
19
20.v-ctxmenu .ctxmenu-menu-item .ctxmenu-icon-holder {
21        float: left;
22       
23        width: 26px;
24        height: 26px;
25       
26        border-right: 1px solid #d0d0d0;
27       
28        text-align: center;
29}
30
31.v-ctxmenu .ctxmenu-menu-item .ctxmenu-icon {
32        float: left;
33       
34        width: 16px;
35        height: 16px;
36       
37        padding: 5px;
38}
39
40.v-ctxmenu .ctxmenu-menu-item .ctxmenu-name {
41        float: left;
42       
43        height: 26px;
44       
45        line-height: 26px;
46       
47        padding: 0 20px 0 10px;
48}
49
50.v-ctxmenu .ctxmenu-menu-item.separator .ctxmenu-name {
51        border-bottom: 1px solid #d0d0d0;
52}
53
54.v-ctxmenu .ctxmenu-menu-item:hover {
55        background: #e0e0e0;
56}
57
58.v-ctxmenu .ctxmenu-submenu {
59        background: transparent url(img/ctxmenu-arrow.png) no-repeat center right;
60}
61
62.v-ctxmenu .ctxmenu-submenu:hover {
63        background: #e0e0e0 url(img/ctxmenu-arrow.png) no-repeat center right;
64}
Note: See TracBrowser for help on using the repository browser.