source: branches/1.2/workflow/js/htmlarea/plugins/ContextMenu/menu.css @ 1349

Revision 1349, 1.3 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1/* styles for the ContextMenu /HTMLArea */
2/* The ContextMenu plugin is (c) dynarch.com 2003. */
3/* Distributed under the same terms as HTMLArea itself */
4
5div.htmlarea-context-menu {
6  position: absolute;
7  border: 1px solid #aca899;
8  padding: 2px;
9  background-color: #fff;
10  cursor: default;
11  z-index: 1000;
12}
13
14div.htmlarea-context-menu table {
15  font: 11px tahoma,verdana,sans-serif;
16  border-collapse: collapse;
17}
18
19div.htmlarea-context-menu tr.item td.icon img {
20  width: 18px;
21  height: 18px;
22}
23
24div.htmlarea-context-menu tr.item td.icon {
25  padding: 0px 3px;
26  height: 18px;
27  background-color: #cdf;
28}
29
30div.htmlarea-context-menu tr.item td.label {
31  padding: 1px 10px 1px 3px;
32}
33
34div.htmlarea-context-menu tr.separator td {
35  padding: 2px 0px;
36}
37
38div.htmlarea-context-menu tr.separator td div {
39  border-top: 1px solid #aca899;
40  overflow: hidden;
41  position: relative;
42}
43
44div.htmlarea-context-menu tr.separator td.icon {
45  background-color: #cdf;
46}
47
48div.htmlarea-context-menu tr.separator td.icon div {
49/*  margin-left: 3px; */
50  border-color: #fff;
51}
52
53div.htmlarea-context-menu tr.separator td.label div {
54  margin-right: 3px;
55}
56
57div.htmlarea-context-menu tr.item.hover {
58  background-color: #316ac5;
59  color: #fff;
60}
61
62div.htmlarea-context-menu tr.item.hover td.icon {
63  background-color: #619af5;
64}
Note: See TracBrowser for help on using the repository browser.