Sha256: 86d99168f8225c3c94ce5f3c02eb5041f0fb8dd44877d56cb7bccbd1c867a138
Contents?: true
Size: 773 Bytes
Versions: 76
Compression:
Stored size: 773 Bytes
Contents
$table-view-header-background-color: #444 !default; $table-view-header-color: #fff !default; $table-view-cell-background-color: #fff !default; $table-view-blank-slate-color: #888 !default; $table-view-selected-cell-background-color: #d2e5fa !default; .table_view { border-spacing: 0 1px; th { background-color: $table-view-header-background-color; color: $table-view-header-color; padding: 5px 10px; text-align: left; font-size: 11px; text-transform: uppercase; } td { background-color: $table-view-cell-background-color; padding: 10px; } .is_selected > td { background-color: $table-view-selected-cell-background-color; } .blank_slate > td { text-align: center; color: $table-view-blank-slate-color; } }
Version data entries
76 entries across 76 versions & 1 rubygems