Sha256: d25edd2159e5a882ba00b21130b77440a71e56243722d12e65a066708c8883b7

Contents?: true

Size: 416 Bytes

Versions: 6

Compression:

Stored size: 416 Bytes

Contents

/**
 * @author vincent loh <vincent.ml@gmail.com>
 * @version: v1.0.0
 * https://github.com/vinzloh/bootstrap-table/
 * Sticky header for bootstrap-table
 */

.fix-sticky {
    position: fixed;
    z-index: 100;
}
.fix-sticky thead {
    background: #fff;
}

.fix-sticky thead th,
.fix-sticky thead th:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bootstrap-table-rails-1.12.2 vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.css
bootstrap-table-rails-1.12.1 vendor/assets/stylesheets/extensions/bootstrap-table-sticky-header.css
bootstrap-table-rails-1.11.1.1 vendor/assets/stylesheets/extensions/bootstrap-table-sticky-header.css
bootstrap-table-rails-1.11.0 vendor/assets/stylesheets/extensions/bootstrap-table-sticky-header.css
bootstrap-table-rails-1.10.1 vendor/assets/stylesheets/extensions/bootstrap-table-sticky-header.css
bootstrap-table-rails-1.10.0 vendor/assets/stylesheets/extensions/bootstrap-table-sticky-header.css