haxney/railskating

View on GitHub
app/assets/stylesheets/bootstrap_and_overrides.css.scss

Summary

Maintainability
Test Coverage
$table-bg-hover: #dcffdc;
$table-bg-accent: #f0f0f0;

@import "bootstrap";
@import "bootstrap/theme";

/*
 * Fixes compatibility issues between floatThead and DataTables.
 *
 */
table.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: #FFF;
}

table.dataTable.floatThead-table {
  margin-top: 0px !important;
}