NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / datatable-sort / assets / skins / sam / datatable-sort-skin.css
blob7042c67af4bc6bdc2d503c7edaa629dbbe8e1bac
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-sam .yui3-datatable-sortable-column {
9 cursor: pointer;
12 .yui3-skin-sam .yui3-datatable-columns .yui3-datatable-sorted,
13 .yui3-skin-sam .yui3-datatable-sortable-column:hover {
14 *background: #c1c4c8 url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -100px;
15 background-color: #f1f2f3;
18 .yui3-skin-sam .yui3-datatable-sort-liner {
19 display: block;
20 height: 100%;
21 position: relative;
22 padding-right: 15px;
23 position: relative;
26 .yui3-skin-sam .yui3-datatable-sort-indicator {
27 position: absolute;
28 right: 0;
29 bottom: .5ex;
30 width: 7px;
31 height: 10px;
32 background: url(sort-arrow-sprite.png) no-repeat 0 0;
33 _background: url(sort-arrow-sprite-ie.png) no-repeat 0 0;
34 overflow: hidden;
37 .yui3-skin-sam .yui3-datatable-sorted .yui3-datatable-sort-indicator {
38 background-position: 0 -10px;
40 .yui3-skin-sam .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
41 background-position: 0 -20px;
44 .yui3-skin-sam .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
45 background-color: #edf5ff;
48 .yui3-skin-sam .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
49 background-color: #dbeaff;