~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to lib/yui/build/datatable-sort/assets/datatable-sort-core.css

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.1 (build 22)
3
 
Copyright 2012 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
/* foundational CSS */
8
 
.yui3-datatable-sortable-column {
9
 
    z-index: 1;
10
 
}
11
 
.yui3-datatable-sortable-column:focus,
12
 
.yui3-datatable-sortable-column:active {
13
 
    /* So the focus ring isn't masked by the surrounding elements */
14
 
    z-index: 2;
15
 
}