pub_wev8.css
939 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
.jNiceCheckbox{ /*jNiceCheckbox For DOCTYPE*/
margin-bottom: -5px;
}
select{
margin: 0;
padding: 0;
outline: none;
height: 23px;
line-height: 23px;
border: rgb(191, 204, 220) 1px solid;
display: inline-block;
font: 12px Microsoft YaHei;
border-collapse: collapse;
}
BUTTON.Browser { /*for cology8 style*/
BACKGROUND-IMAGE: url("/wui/theme/ecology8/skins/default/general/browser_wev8.png") !important;
width:16px;
margin-bottom: -3px;
}
/*弹出框底部按钮*/
.e8_zDialog_bottom{
margin: 10px 0;
text-align: center;
}
.e8_zDialog_bottom button{
height: 30px;
padding: 0 18px;
}
.e8_zDialog_bottom .e8_btn_submit{
/*background-color: #4F81BD;*/
background-color: #007aff;
color: #fff;
}
.e8_zDialog_bottom .e8_btn_delete{
background-color: #eee;
color: #007aff;
}
.e8_zDialog_bottom .e8_btn_cancle{
background-color: #eee;
color: #007aff;
}
.e8_zDialog_bottom button:hover{
/*font-weight: bold;*/
}