system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /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;
}
}