e8browser_wev8.css
1.07 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
.e8_box_s{
width: 230px;
}
.e8_box_d {
width: 230px;
}
.e8_box_topmenu{
width: 100%;
height: 40px;
border:none;
line-height:40px;
text-align:left;
background-color:#fff;
border-collapse:collapse;
}
.e8_clear_btn{
float:right;
margin-right:15px;
cursor:pointer;
display:none;
width:20px;
height:20px;
background-image:url(/js/dragBox/img/clear_wev8.png);
margin-top:11px;
}
.e8_dragDiv{
width:50px;
height:100%;
position:absolute;
float:right;
right:0;
cursor:move;
top:0;
}
.e8_clear_btn:hover{
background-image:url(/js/dragBox/img/clearHover_wev8.png);
}
.e8_box_topmenu input{
height:auto;
width:auto;
}
.e8_box_middle{
height: 258px;
overflow: hidden;
position:relative;
}
.e8_box_topmenu thead td{
text-overflow:ellipsis;
white-space:nowrap;
}
.e8_hover_tr td{
background-color:#f4fcfa !important;
}
.e8_checked_tr td{
background-color:#dff1ff !important;
}
.e8_selected_tr td,.e8_selected_tr td div.contentTitle,.e8_selected_tr td span.otherInfo{
background-color:#f8f8f8 !important;
color:#bebebe!important;
}