редакция таблиц

This commit is contained in:
mirzakaev_tf
2023-10-20 08:23:54 +05:00
parent baf976f42d
commit da80baf9bd
3 changed files with 47 additions and 36 deletions

View File

@ -75,4 +75,12 @@
table {
word-break: break-word;
}
}
tbody tr:nth-child(odd) {
background-color: #f3f3f3;
/* color: #fff; */
}
/* tbody td:first-child {
font-weight: bold
} */