Sha256: 139f58d018185257d5bd754072a14ee2c1c11d5c6089a097ed49b15e43fd3b1d

Contents?: true

Size: 1.86 KB

Versions: 1

Compression:

Stored size: 1.86 KB

Contents

/* ---------------------------------------------------------------------- */
/*  Tables
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_tables.scss */
.table > thead > tr > th {
  border-bottom: 1px solid #dfe1e5;
}

/* line 7, ../sass/partials/_tables.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #dfe1e5;
}

/* line 10, ../sass/partials/_tables.scss */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #fbfbfc;
}

/* line 13, ../sass/partials/_tables.scss */
.table > tbody > tr.active > td, .table > tbody > tr.active > th {
  background-color: #f6f6f7 !important;
  color: #8B91A0 !important;
}

/* line 17, ../sass/partials/_tables.scss */
.table > tbody > tr.active:hover > td, .table > tbody > tr.active:hover > th {
  background-color: #f0f1f3 !important;
  color: #8B91A0 !important;
}

/* line 21, ../sass/partials/_tables.scss */
th.center, td.center {
  text-align: center;
}

/* line 24, ../sass/partials/_tables.scss */
td.center .dropdown-menu {
  text-align: left;
}

/* line 27, ../sass/partials/_tables.scss */
td.small-width {
  width: 15%;
}

/* line 30, ../sass/partials/_tables.scss */
.table thead tr {
  color: #333;
  font-weight: normal;
}

/* line 34, ../sass/partials/_tables.scss */
.table.table-bordered thead tr th {
  vertical-align: middle;
}

/* line 37, ../sass/partials/_tables.scss */
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  vertical-align: middle;
}

/* line 42, ../sass/partials/_tables.scss */
.editable-element {
  border-bottom: 1px dashed #0088CC;
  text-decoration: none;
  opacity: 0.5;
  display: inline;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asset_box-0.1.0 assets/stylesheets/app/_tables.scss