Sha256: 790f142672dbea3b1fde003fcb760492b2a56e83db03779f7a880cf3093fcaf0

Contents?: true

Size: 638 Bytes

Versions: 1

Compression:

Stored size: 638 Bytes

Contents

.table {
  table-layout: fixed;

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

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

  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

1 entries across 1 versions & 1 rubygems

Version Path
bastion-4.2.0 app/assets/stylesheets/bastion/tables.scss