/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ .yui3-skin-night .yui3-datatable-sortable-column { cursor: pointer; } .yui3-skin-night .yui3-datatable-columns .yui3-datatable-sorted, .yui3-skin-night .yui3-datatable-sortable-column:hover { background-color: #4D4E4F; *background: #505152 url(../../../../assets/skins/night/sprite.png) repeat-x 0 -100px; background-image: -webkit-gradient( linear, 0 0, 0 100%, from(rgba(255,255,255, 0.2)), color-stop(40%, rgba(255,255,255, 0.1)), color-stop(80%, rgba(255,255,255, 0.01)), to(transparent)); background-image: -webkit-linear-gradient( rgba(255,255,255, 0.2), rgba(255,255,255, 0.1) 40%, rgba(255,255,255, 0.01) 80%, transparent); background-image: -moz-linear-gradient( top, rgba(255,255,255, 0.2), rgba(255,255,255, 0.1) 40%, rgba(255,255,255, 0.01) 80%, transparent); background-image: -ms-linear-gradient( rgba(255,255,255, 0.2), rgba(255,255,255, 0.1) 40%, rgba(255,255,255, 0.01) 80%, transparent); background-image: -o-linear-gradient( rgba(255,255,255, 0.2), rgba(255,255,255, 0.1) 40%, rgba(255,255,255, 0.01) 80%, transparent); background-image: linear-gradient( rgba(255,255,255, 0.2), rgba(255,255,255, 0.1) 40%, rgba(255,255,255, 0.01) 80%, transparent); } .yui3-skin-night .yui3-datatable-sort-liner { display: block; height: 100%; position: relative; padding-right: 15px; position: relative; } .yui3-skin-night .yui3-datatable-sort-indicator { position: absolute; right: 0; bottom: .5ex; width: 7px; height: 10px; background: url(sort-arrow-sprite.png) no-repeat 0 0; _background: url(sort-arrow-sprite-ie.png) no-repeat 0 0; overflow: hidden; } .yui3-skin-night .yui3-datatable-sorted .yui3-datatable-sort-indicator { background-position: 0 -10px; } .yui3-skin-night .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator { background-position: 0 -20px; } .yui3-skin-night .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted { background-color: #262626; color: #B3B2B2; } .yui3-skin-night .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted { background-color: #393A3A; color: #CBCBCB; }