Sha256: b808322734eb72d3db4bc0448bdf1cce1b7cf30fb61f0ba91ec4473b228b6d18
Contents?: true
Size: 792 Bytes
Versions: 11
Compression:
Stored size: 792 Bytes
Contents
.ra-sidescroll { margin-bottom: 20px; overflow-x: auto; .table { margin-bottom: 0; } .ra-sidescroll-frozen { position: sticky; // border-right isn't sticky &.last-of-frozen { box-shadow: -1px 0 0 0 $table-border-color inset; padding-right: $table-condensed-cell-padding + 1px; } } // Remove transparency on frozen cells. $table-bg-default: if($table-bg == transparent, if($body-bg == transparent, #fff, $body-bg), $table-bg) !default; .table-striped > tbody > tr:nth-child(even) > td, .table-striped > thead > tr > th { background-color: $table-bg-default; } $table-bg-header-sort: #e2eff6 !default; .table .ra-sidescroll-frozen { &.headerSortUp, &.headerSortDown { background-color: $table-bg-header-sort; } } }
Version data entries
11 entries across 11 versions & 1 rubygems