contextmenu_wev8.css
1.46 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
67
68
69
70
71
72
73
74
@CHARSET "UTF-8";
/*--------------------------下面是菜单css---------------------*/
.b-m-mpanel {
/*background: #F0F0F0 url(menu_bg_wev8.gif) left repeat-y;*/
border: 1px solid rgb(164,164,164) !important;
-moz-box-shadow:1px 2px 1px #E0DBDB;
-webkit-box-shadow:1px 2px 1px #E0DBDB;
box-shadow:1px 2px 1px #E0DBDB;
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-left: 8px;
}
.b-m-ifocus {
/*background: url(m_item_wev8.gif) repeat-x bottom;
border: 1px solid #AACCF6;
padding: 1px 2px ;
margin: 0 2px 0 3px;*/
cursor: normal;
line-height:100%;
background-color:rgb(230,230,230);
}
.b-m-idisable img {
visibility:hidden;
}
.b-m-ibody button{
text-align:left;
padding:0;
height:22px;
border:0px;
background:transparent;
font-size:12px;
vertical-align:middle;
padding-left:8px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}