summaryrefslogtreecommitdiffstats
path: root/js/yui3/datatable-sort/assets/datatable-sort-core.css
blob: 6a5a3d720c868114d8b248a9a44fa2bd40a884c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/* foundational CSS */
.yui3-datatable-sortable-column {
    z-index: 1;
}
.yui3-datatable-sortable-column:focus,
.yui3-datatable-sortable-column:active {
    /* So the focus ring isn't masked by the surrounding elements */
    z-index: 2;
}
.yui3-datatable-sort-liner {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}