Border not function with radius
-
Hi Tobias,
I have border around the table, but border no function with radius. On the page it is the last position.
My CSS:
.tablepress .row-1 td {
background-color: #BAD069;
border-radius: 25px 25px 0 0;
}.tablepress-id-1 {
color: #000;
background-color: #E0E473;
border: 4px solid #69873B;
border-radius: 25px;
}.tablepress-id-1 .column-1 {
width: 200px;
}.tablepress-id-1 tbody td {
border: none;
}Please, how I make it?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Border not function with radius’ is closed to new replies.