1 |
efrain |
1 |
.yui3-skin-night .yui3-datatable-sortable-column {
|
|
|
2 |
cursor: pointer;
|
|
|
3 |
}
|
|
|
4 |
|
|
|
5 |
.yui3-skin-night .yui3-datatable-columns .yui3-datatable-sorted,
|
|
|
6 |
.yui3-skin-night .yui3-datatable-sortable-column:hover {
|
|
|
7 |
background-color: #4D4E4F;
|
|
|
8 |
*background: #505152 url(../../../../assets/skins/night/sprite.png) repeat-x 0 -100px;
|
|
|
9 |
|
|
|
10 |
background-image: -webkit-gradient(
|
|
|
11 |
linear,
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
from(rgba(255,255,255, 0.2)),
|
|
|
15 |
color-stop(40%, rgba(255,255,255, 0.1)),
|
|
|
16 |
color-stop(80%, rgba(255,255,255, 0.01)),
|
|
|
17 |
to(transparent));
|
|
|
18 |
|
|
|
19 |
background-image: -webkit-linear-gradient(
|
|
|
20 |
rgba(255,255,255, 0.2),
|
|
|
21 |
rgba(255,255,255, 0.1) 40%,
|
|
|
22 |
rgba(255,255,255, 0.01) 80%,
|
|
|
23 |
transparent);
|
|
|
24 |
|
|
|
25 |
background-image: -moz-linear-gradient(
|
|
|
26 |
top,
|
|
|
27 |
rgba(255,255,255, 0.2),
|
|
|
28 |
rgba(255,255,255, 0.1) 40%,
|
|
|
29 |
rgba(255,255,255, 0.01) 80%,
|
|
|
30 |
transparent);
|
|
|
31 |
|
|
|
32 |
background-image: -ms-linear-gradient(
|
|
|
33 |
rgba(255,255,255, 0.2),
|
|
|
34 |
rgba(255,255,255, 0.1) 40%,
|
|
|
35 |
rgba(255,255,255, 0.01) 80%,
|
|
|
36 |
transparent);
|
|
|
37 |
|
|
|
38 |
background-image: -o-linear-gradient(
|
|
|
39 |
rgba(255,255,255, 0.2),
|
|
|
40 |
rgba(255,255,255, 0.1) 40%,
|
|
|
41 |
rgba(255,255,255, 0.01) 80%,
|
|
|
42 |
transparent);
|
|
|
43 |
|
|
|
44 |
background-image: linear-gradient(
|
|
|
45 |
rgba(255,255,255, 0.2),
|
|
|
46 |
rgba(255,255,255, 0.1) 40%,
|
|
|
47 |
rgba(255,255,255, 0.01) 80%,
|
|
|
48 |
transparent);
|
|
|
49 |
}
|
|
|
50 |
|
|
|
51 |
.yui3-skin-night .yui3-datatable-sort-liner {
|
|
|
52 |
display: block;
|
|
|
53 |
height: 100%;
|
|
|
54 |
position: relative;
|
|
|
55 |
padding-right: 15px;
|
|
|
56 |
position: relative;
|
|
|
57 |
}
|
|
|
58 |
|
|
|
59 |
.yui3-skin-night .yui3-datatable-sort-indicator {
|
|
|
60 |
position: absolute;
|
|
|
61 |
right: 0;
|
|
|
62 |
bottom: .5ex;
|
|
|
63 |
width: 7px;
|
|
|
64 |
height: 10px;
|
|
|
65 |
background: url(sort-arrow-sprite.png) no-repeat 0 0;
|
|
|
66 |
_background: url(sort-arrow-sprite-ie.png) no-repeat 0 0;
|
|
|
67 |
overflow: hidden;
|
|
|
68 |
}
|
|
|
69 |
|
|
|
70 |
.yui3-skin-night .yui3-datatable-sorted .yui3-datatable-sort-indicator {
|
|
|
71 |
background-position: 0 -10px;
|
|
|
72 |
}
|
|
|
73 |
.yui3-skin-night .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
|
|
|
74 |
background-position: 0 -20px;
|
|
|
75 |
}
|
|
|
76 |
|
|
|
77 |
.yui3-skin-night .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
|
|
|
78 |
background-color: #262626;
|
|
|
79 |
color: #B3B2B2;
|
|
|
80 |
}
|
|
|
81 |
|
|
|
82 |
.yui3-skin-night .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
|
|
|
83 |
background-color: #393A3A;
|
|
|
84 |
color: #CBCBCB;
|
|
|
85 |
}
|