All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.reboot.components.nf-table.nf-table.css Maven / Gradle / Ivy

The newest version!
@import url("../../css/dist/reboot.min.css"); /* kludge, temporary solution */

table {
    width: 100%;
}

table th {

    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

table.is-fixed {
    table-layout: fixed;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy