13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
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
.ui-jqgrid-hdiv {
    background-color: #f5f5f5;
}
 
.ui-jqgrid tr.jqgrow td {
    padding-bottom: 10px;
}
 
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    border: 1px solid silver;
    border-top: none;
}
 
#jqGrid tbody tr:nth-child(2n+1) {
    background-color: #fafafa;
}
 
#jqGrid tbody tr:hover {
    background-color: #e2eff8;
}
 
.ui-jqgrid-bdiv #jqGrid tbody .success {
    background-color: #c1ddf1;
}
 
.ui-jqgrid{
    border-color: silver;
}
 
.ui-jqgrid .ui-jqgrid-pager, .ui-jqgrid .ui-jqgrid-toppager{
    border-top-color: silver;
}