HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/pma/themes/original/scss/
Upload File :
Current File : //usr/local/cwpsrv/var/services/pma/themes/original/scss/_tables.scss
.table {
  border-collapse: separate;

  td {
    touch-action: manipulation;
    vertical-align: middle;
  }

  thead th {
    border-bottom: 0;
  }
}

.table-striped {
  tbody tr:nth-of-type(odd) {
    background-color: $bg-one;
  }
}