[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* 2 YUI 3.17.2 (build 9c3c78e) 3 Copyright 2014 Yahoo! Inc. All rights reserved. 4 Licensed under the BSD License. 5 http://yuilibrary.com/license/ 6 */ 7 8 .yui3-skin-sam .yui3-datatable-sortable-column { 9 cursor: pointer; 10 } 11 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; 16 } 17 18 .yui3-skin-sam .yui3-datatable-sort-liner { 19 display: block; 20 height: 100%; 21 position: relative; 22 padding-right: 15px; 23 position: relative; 24 } 25 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; 35 } 36 37 .yui3-skin-sam .yui3-datatable-sorted .yui3-datatable-sort-indicator { 38 background-position: 0 -10px; 39 } 40 .yui3-skin-sam .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator { 41 background-position: 0 -20px; 42 } 43 44 .yui3-skin-sam .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted { 45 background-color: #edf5ff; 46 } 47 48 .yui3-skin-sam .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted { 49 background-color: #dbeaff; 50 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |