wzp
2021-07-19 58ec6ffd2dc6a3e490e28026dd559352678a273d
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
75
76
77
78
79
80
81
82
83
84
@CHARSET "UTF-8";
 
/* font style */
.bsgrid {
    font-size: 11px;
}
 
/* grid header and column */
.bsgrid th, .bsgrid td {
    padding: 2px;
    border-color: #a6c9e2;
    background-color: #fcfdfd;
    color: black;
}
 
/* grid header */
.bsgrid th {
    background: #dfeffc url(../../images/skins/jqgrid/ui-bg_glass_1x400.png);
    color: #2e6e9e;
}
 
/* grid even index row column color */
.bsgrid tr.even_index_row td {
    background-color: #fcfdfd;
}
 
/* grid row hover column color */
.bsgrid tr.row_hover td {
    background-color: #fbec88 !important;
}
 
/* grid selected row column color */
.bsgrid tr.selected.selected_color td {
    background-color: #fbec88 !important;
}
 
/* paging toolbar out table */
.bsgridPagingOutTab {
    border-color: #a6c9e2;
    background-color: white;
}
 
.bsgridPaging {
    font-size: 11px;
    color: black;
}
 
/* paging toolbar button */
.bsgridPaging .pagingBtn {
    background: none #fcfdfd;
    border-color: #a6c9e2;
}
 
.bsgridPaging.pagingLittleToolbar .pagingBtn {
    background: url(../../images/skins/jqgrid/ui-icons_256x240.png) transparent no-repeat !important;
}
 
.bsgridPaging.pagingLittleToolbar .pagingBtn.firstPage {
    background-position: -80px -161px !important;
}
 
.bsgridPaging.pagingLittleToolbar .pagingBtn.prevPage {
    background-position: -48px -161px !important;
}
 
.bsgridPaging.pagingLittleToolbar .pagingBtn.nextPage {
    background-position: -32px -161px !important;
}
 
.bsgridPaging.pagingLittleToolbar .pagingBtn.lastPage {
    background-position: -64px -161px !important;
}
 
.bsgridPaging .gotoPageInput {
    border-color: #a6c9e2;
}
 
.bsgridPaging.pagingLittleToolbar .pagingBtn.gotoPage {
    background-position: -48px -193px !important;
}
 
.bsgridPaging.pagingLittleToolbar .pagingBtn.refreshPage {
    background-position: -64px -82px !important;
}