Can't make round corners
-
Hello
This is the best table plugin!!!
I’m trying to make round corners for my tables.
I found this code, I add it to my child theme css and nothing happened.
I’m doing something wrong?.tablepress thead th:first-child {
border-top-left-radius: 10px;
}
.tablepress thead th:last-child {
border-top-right-radius: 10px;
}
.tablepress tbody tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.tablepress tbody tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can't make round corners’ is closed to new replies.