UNPKG

771 BCSSView Raw
1/* max-height - the only parameter in this file that needs to be edited.
2 * Change it to suit your needs. The rest is recommended to leave as is.
3 */
4.clusterize-scroll{
5 max-height: 200px;
6 overflow: auto;
7}
8
9/* By default extra tag .clusterize-keep-parity added to keep parity of rows.
10 * Useful when used :nth-child(even/odd)
11 */
12.clusterize-extra-row.clusterize-keep-parity{
13 display: none;
14}
15
16/* During initialization clusterize adds tabindex to force the browser to keep focus
17 * on the scrolling list, see issue #11
18 * Outline removes default browser's borders for focused elements.
19 */
20.clusterize-content{
21 outline: 0;
22}
23
24/* centering message that appears when no data provided
25 */
26.clusterize-no-data td{
27 text-align: center;
28}
\No newline at end of file