summaryrefslogtreecommitdiffstats
path: root/js/yui3/datatable-sort/assets/datatable-sort-core.css
blob: c140327edb6f296e609619db257aff33429adfd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
YUI 3.7.3 (build 5687)
Copyright 2012 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;
}