[ 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-night .yui3-datatable-sortable-column { 9 cursor: pointer; 10 } 11 12 .yui3-skin-night .yui3-datatable-columns .yui3-datatable-sorted, 13 .yui3-skin-night .yui3-datatable-sortable-column:hover { 14 background-color: #4D4E4F; 15 *background: #505152 url(../../../../assets/skins/night/sprite.png) repeat-x 0 -100px; 16 17 background-image: -webkit-gradient( 18 linear, 19 0 0, 20 0 100%, 21 from(rgba(255,255,255, 0.2)), 22 color-stop(40%, rgba(255,255,255, 0.1)), 23 color-stop(80%, rgba(255,255,255, 0.01)), 24 to(transparent)); 25 26 background-image: -webkit-linear-gradient( 27 rgba(255,255,255, 0.2), 28 rgba(255,255,255, 0.1) 40%, 29 rgba(255,255,255, 0.01) 80%, 30 transparent); 31 32 background-image: -moz-linear-gradient( 33 top, 34 rgba(255,255,255, 0.2), 35 rgba(255,255,255, 0.1) 40%, 36 rgba(255,255,255, 0.01) 80%, 37 transparent); 38 39 background-image: -ms-linear-gradient( 40 rgba(255,255,255, 0.2), 41 rgba(255,255,255, 0.1) 40%, 42 rgba(255,255,255, 0.01) 80%, 43 transparent); 44 45 background-image: -o-linear-gradient( 46 rgba(255,255,255, 0.2), 47 rgba(255,255,255, 0.1) 40%, 48 rgba(255,255,255, 0.01) 80%, 49 transparent); 50 51 background-image: linear-gradient( 52 rgba(255,255,255, 0.2), 53 rgba(255,255,255, 0.1) 40%, 54 rgba(255,255,255, 0.01) 80%, 55 transparent); 56 } 57 58 .yui3-skin-night .yui3-datatable-sort-liner { 59 display: block; 60 height: 100%; 61 position: relative; 62 padding-right: 15px; 63 position: relative; 64 } 65 66 .yui3-skin-night .yui3-datatable-sort-indicator { 67 position: absolute; 68 right: 0; 69 bottom: .5ex; 70 width: 7px; 71 height: 10px; 72 background: url(sort-arrow-sprite.png) no-repeat 0 0; 73 _background: url(sort-arrow-sprite-ie.png) no-repeat 0 0; 74 overflow: hidden; 75 } 76 77 .yui3-skin-night .yui3-datatable-sorted .yui3-datatable-sort-indicator { 78 background-position: 0 -10px; 79 } 80 .yui3-skin-night .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator { 81 background-position: 0 -20px; 82 } 83 84 .yui3-skin-night .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted { 85 background-color: #262626; 86 color: #B3B2B2; 87 } 88 89 .yui3-skin-night .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted { 90 background-color: #393A3A; 91 color: #CBCBCB; 92 }
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 |