wzp
2021-09-01 2891fe0769189be39c9634b2cbc1841dbd52d022
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
@CHARSET "UTF-8";
 
/* grid header and column */
.bsgrid th, .bsgrid td {
    border-color: #99bce8;
    background-color: white;
    color: black;
}
 
/* grid header */
.bsgrid th {
    background-image: url(../../images/skins/blue/bg.gif);
}
 
/* grid even index row column color */
.bsgrid tr.even_index_row td {
    background-color: #fafafa;
}
 
/* grid row hover column color */
.bsgrid tr.row_hover td {
    background-color: #dfe8f6 !important;
}
 
/* grid selected row column color */
.bsgrid tr.selected.selected_color td {
    background-color: #dfe8f6 !important;
}
 
/* paging toolbar out table */
.bsgridPagingOutTab {
    border-color: #99bce8;
    background-color: white;
}
 
.bsgridPaging {
    color: black;
}
 
/* paging toolbar button */
.bsgridPaging .pagingBtn {
    background-image: url(../../images/skins/blue/bg.gif);
    border-color: #99bce8;
}
 
.bsgridPaging .gotoPageInput {
    border-color: #99bce8;
}