Round Corners Problem
-
first of i really appreciate for creating good plugin its awow some i never ever seen ur much of support
really thxs alot ??
my prob is
My website is : https://www.tsemployees.com
1. first Column (Complete Information) Border Radius not set with other columns please how to set first columns radius2. how to change Only Box Border Color ( Not Columns)
My code is
.tablepress thead th:first-child {
border-top-left-radius: 20px;
}.tablepress thead th:last-child {
border-top-right-radius: 20px;
}.tablepress tbody tr:last-child td:first-child {
border-bottom-left-radius: 20px;
}.tablepress tbody tr:last-child td:last-child {
border-bottom-right-radius: 20px;
}/* TABLE lines RADIUS */
.tablepress-id-M1 {
border-collapse: separate;
border-spacing: 1px;
}.tablepress-id-M1 td {
border: 1px solid #dddddd;
border-radius: 10px;
}
- The topic ‘Round Corners Problem’ is closed to new replies.