Menu_wev8.css
943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.dojoMenu {
border:1px solid #000000;
list-style-type:none;
margin:0;
padding:0;
padding-bottom: 1px;
background-color:#f4f4f4;
font-size: 8pt;
}
.dojoMenuSeparator {
list-style-type:none;
margin:0;
padding:1px 0;
border-bottom:1px solid #000000;
line-height:1px;
height:1px;
}
li:hover.dojoMenuSeparator {
background-color:#e5e5e5;
cursor:default;
}
.dojoContextMenu {
position: absolute;
display: none;
border: 2px solid;
border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
list-style-type: none;
margin: 0;
padding: 1px;
background-color: ThreeDFace;
font-size: 8pt;
}
.dojoMenuItem {
white-space: nowrap;
padding: 2px;
font: menu;
color: WindowText;
}
.dojoMenuItem a {
text-decoration: none;
color: WindowText;
font: inherit;
}
.dojoMenuItemHover {
padding: 2px;
background-color: blue;
cursor: pointer;
_cursor: hand;
background-color: Highlight;
color: HighlightText;
}