Sha256: dd33a4f36aa531600458a8b5ef12991172d2884f4566c3fdc61d304e9a399bae
Contents?: true
Size: 724 Bytes
Versions: 40
Compression:
Stored size: 724 Bytes
Contents
/* max-height - the only parameter in this file that needs to be edited. * Change it to suit your needs. The rest is recommended to leave as is. */ .clusterize-scroll{ overflow: auto; } /* By default extra tag .clusterize-keep-parity added to keep parity of rows. * Useful when used :nth-child(even/odd) */ .clusterize-extra-row.clusterize-keep-parity{ display: none; } /* During initialization clusterize adds tabindex to force the browser to keep focus * on the scrolling list, see issue #11 * Outline removes default browser's borders for focused elements. */ .clusterize-content{ outline: 0; } /* centering message that appears when no data provided */ .clusterize-no-data td{ text-align: center; }
Version data entries
40 entries across 40 versions & 1 rubygems