DIR:/usr/local/cwpsrv/var/services/pma/themes/original/scss/ |
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; } } |