Sha256: 78fc3649aa58de7b52840cda816e80b0b78ac60c4e757227cc48fbdaae269a4d

Contents?: true

Size: 681 Bytes

Versions: 2

Compression:

Stored size: 681 Bytes

Contents

.table {
  table-layout: fixed;

  .number-cell {
    text-align: right;
  }

  .action-cell {
    text-align: center;
  }

  td, th {
    word-wrap: break-word;
  }

  tr.clickable-row,
  th.sortable {
    cursor: pointer;
  }
  
  th.row-select,
  td.row-select {
    width: 30px;
    max-width: 30px;
  }

  tr:hover td, tr:hover td > a,
  tr.focus td, tr.focus td > a {
    background-color: $listhover_color;
    color: #FFF;

    button, select {
      color: #000;
    }
  }

  tr.active, tbody tr:hover, tr.selected-row td {
    background-color: $listhover_color;
    color: #FFF;

    > a {
      color: #FFF;
    }

    .bst-edit:hover {
      color: #000;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bastion-4.2.2 app/assets/stylesheets/bastion/tables.scss
bastion-4.2.1 app/assets/stylesheets/bastion/tables.scss