NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / datatable-sort / assets / skins / night / datatable-sort-skin.css
blob1d43a9dc8fa42890d266c70a6daac00415c3af06
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 .yui3-skin-night .yui3-datatable-sortable-column {
9 cursor: pointer;
12 .yui3-skin-night .yui3-datatable-columns .yui3-datatable-sorted,
13 .yui3-skin-night .yui3-datatable-sortable-column:hover {
14 background-color: #4D4E4F;
15 *background: #505152 url(../../../../assets/skins/night/sprite.png) repeat-x 0 -100px;
17 background-image: -webkit-gradient(
18 linear,
19 0 0,
20 0 100%,
21 from(rgba(255,255,255, 0.2)),
22 color-stop(40%, rgba(255,255,255, 0.1)),
23 color-stop(80%, rgba(255,255,255, 0.01)),
24 to(transparent));
26 background-image: -webkit-linear-gradient(
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);
32 background-image: -moz-linear-gradient(
33 top,
34 rgba(255,255,255, 0.2),
35 rgba(255,255,255, 0.1) 40%,
36 rgba(255,255,255, 0.01) 80%,
37 transparent);
39 background-image: -ms-linear-gradient(
40 rgba(255,255,255, 0.2),
41 rgba(255,255,255, 0.1) 40%,
42 rgba(255,255,255, 0.01) 80%,
43 transparent);
45 background-image: -o-linear-gradient(
46 rgba(255,255,255, 0.2),
47 rgba(255,255,255, 0.1) 40%,
48 rgba(255,255,255, 0.01) 80%,
49 transparent);
51 background-image: linear-gradient(
52 rgba(255,255,255, 0.2),
53 rgba(255,255,255, 0.1) 40%,
54 rgba(255,255,255, 0.01) 80%,
55 transparent);
58 .yui3-skin-night .yui3-datatable-sort-liner {
59 display: block;
60 height: 100%;
61 position: relative;
62 padding-right: 15px;
63 position: relative;
66 .yui3-skin-night .yui3-datatable-sort-indicator {
67 position: absolute;
68 right: 0;
69 bottom: .5ex;
70 width: 7px;
71 height: 10px;
72 background: url(sort-arrow-sprite.png) no-repeat 0 0;
73 _background: url(sort-arrow-sprite-ie.png) no-repeat 0 0;
74 overflow: hidden;
77 .yui3-skin-night .yui3-datatable-sorted .yui3-datatable-sort-indicator {
78 background-position: 0 -10px;
80 .yui3-skin-night .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
81 background-position: 0 -20px;
84 .yui3-skin-night .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
85 background-color: #262626;
86 color: #B3B2B2;
89 .yui3-skin-night .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
90 background-color: #393A3A;
91 color: #CBCBCB;