Sha256: 3e1594759c391b58c226b5820e2c51be17f87bd9c2278d3552ac3cda209759af
Contents?: true
Size: 599 Bytes
Versions: 68
Compression:
Stored size: 599 Bytes
Contents
table.dataTable thead th { position: relative; background-image: none !important; } table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after { position: absolute; top: 12px; right: 8px; display: block; font-family: FontAwesome; } table.dataTable thead th.sorting:after { content: "\f0dc"; color: #ddd; font-size: 0.8em; padding-top: 0.12em; } table.dataTable thead th.sorting_asc:after { content: "\f0de"; } table.dataTable thead th.sorting_desc:after { content: "\f0dd"; }
Version data entries
68 entries across 68 versions & 1 rubygems