Files
meanTorrent/modules/core/client/less/md-table.less

35 lines
869 B
Plaintext

@import (reference) "mt-var.less";
.md-table {
border-radius: 5px;
width: auto;
border-spacing: 0 !important;
border-collapse: collapse !important;
border: solid 1px #e5e5e5 !important;
thead {
background-color: #e5e5e5 !important;
border: solid 1px #e5e5e5 !important;
color: #333 !important;
tr {
height: auto;
th {
border: solid 1px #e5e5e5 !important;
padding: 8px 10px !important;
}
}
}
tbody {
tr {
td {
border-top: none !important;
white-space: normal !important;
border-bottom: solid 1px #e5e5e5 !important;
}
}
tr:last-child {
td {
border-bottom: none !important;
}
}
}
}