contextmenu_wev8.css
1.2 KB
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
61
62
63
64
65
66
@CHARSET "UTF-8";
/*--------------------------下面是菜单css---------------------*/
.b-m-mpanel {
	background: #F0F0F0 url(menu_bg_wev8.gif) left repeat-y;
	border: 1px solid #aaa !important;
	padding: 2px 0 !important;
	position: absolute;
	z-index: 99997;
	left:0px;
	top:0px;
}
.b-m-split {
	height: 6px;
	background: url(m_splitLine_wev8.gif) center repeat-x;
	font-size: 0px;
	margin: 0 2px;
}
.b-m-item, .b-m-idisable
{
    padding: 1px 2px !important;
    margin: 0 2px 0 3px !important;
    cursor: normal;
    line-height:100%;
	cursor:hand;
}
.b-m-idisable
{
    color:#808080;
}
.b-m-ibody, .b-m-arrow {
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.b-m-arrow {
	background: url(m_arrow_wev8.gif) right  no-repeat;	
}
.b-m-idisable .b-m-arrow
{
    background:none;
}
.b-m-item img, .b-m-ifocus img, .b-m-idisable img {
	margin-right: 8px;
}
.b-m-ifocus {
	background: url(m_item_wev8.gif) repeat-x bottom;
	border: 1px solid #AACCF6;
	padding: 0px 1px ;
    margin: 0 2px 0 3px;
    cursor: normal;
    line-height:100%;
	
}
.b-m-idisable img {
	visibility:hidden;
}
.b-m-ibody button{
	text-align:left;
	padding:0;
	height:22px;
	border:0px;
	background:transparent;
	font-size:12px;
	padding-top:3px;
}