1 |
efrain |
1 |
.yui3-skin-sam .yui3-datatable-sortable-column {
|
|
|
2 |
cursor: pointer;
|
|
|
3 |
}
|
|
|
4 |
|
|
|
5 |
.yui3-skin-sam .yui3-datatable-columns .yui3-datatable-sorted,
|
|
|
6 |
.yui3-skin-sam .yui3-datatable-sortable-column:hover {
|
|
|
7 |
*background: #c1c4c8 url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -100px;
|
|
|
8 |
background-color: #f1f2f3;
|
|
|
9 |
}
|
|
|
10 |
|
|
|
11 |
.yui3-skin-sam .yui3-datatable-sort-liner {
|
|
|
12 |
display: block;
|
|
|
13 |
height: 100%;
|
|
|
14 |
position: relative;
|
|
|
15 |
padding-right: 15px;
|
|
|
16 |
position: relative;
|
|
|
17 |
}
|
|
|
18 |
|
|
|
19 |
.yui3-skin-sam .yui3-datatable-sort-indicator {
|
|
|
20 |
position: absolute;
|
|
|
21 |
right: 0;
|
|
|
22 |
bottom: .5ex;
|
|
|
23 |
width: 7px;
|
|
|
24 |
height: 10px;
|
|
|
25 |
background: url(sort-arrow-sprite.png) no-repeat 0 0;
|
|
|
26 |
_background: url(sort-arrow-sprite-ie.png) no-repeat 0 0;
|
|
|
27 |
overflow: hidden;
|
|
|
28 |
}
|
|
|
29 |
|
|
|
30 |
.yui3-skin-sam .yui3-datatable-sorted .yui3-datatable-sort-indicator {
|
|
|
31 |
background-position: 0 -10px;
|
|
|
32 |
}
|
|
|
33 |
.yui3-skin-sam .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
|
|
|
34 |
background-position: 0 -20px;
|
|
|
35 |
}
|
|
|
36 |
|
|
|
37 |
.yui3-skin-sam .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
|
|
|
38 |
background-color: #edf5ff;
|
|
|
39 |
}
|
|
|
40 |
|
|
|
41 |
.yui3-skin-sam .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
|
|
|
42 |
background-color: #dbeaff;
|
|
|
43 |
}
|