Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 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
 
5
div.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
 
14
div.htmlarea-context-menu table {
15
  font: 11px tahoma,verdana,sans-serif;
16
  border-collapse: collapse;
17
}
18
 
19
div.htmlarea-context-menu tr.item td.icon img {
20
  width: 18px;
21
  height: 18px;
22
}
23
 
24
div.htmlarea-context-menu tr.item td.icon {
25
  padding: 0px 3px;
26
  height: 18px;
27
  background-color: #cdf;
28
}
29
 
30
div.htmlarea-context-menu tr.item td.label {
31
  padding: 1px 10px 1px 3px;
32
}
33
 
34
div.htmlarea-context-menu tr.separator td {
35
  padding: 2px 0px;
36
}
37
 
38
div.htmlarea-context-menu tr.separator td div {
39
  border-top: 1px solid #aca899;
40
  overflow: hidden;
41
  position: relative;
42
}
43
 
44
div.htmlarea-context-menu tr.separator td.icon {
45
  background-color: #cdf;
46
}
47
 
48
div.htmlarea-context-menu tr.separator td.icon div {
49
/*  margin-left: 3px; */
50
  border-color: #fff;
51
}
52
 
53
div.htmlarea-context-menu tr.separator td.label div {
54
  margin-right: 3px;
55
}
56
 
57
div.htmlarea-context-menu tr.item.hover {
58
  background-color: #316ac5;
59
  color: #fff;
60
}
61
 
62
div.htmlarea-context-menu tr.item.hover td.icon {
63
  background-color: #619af5;
64
}