Table Border and Shadow
-
Hi Tobias,
Am trying to add a border to my table of 5px all around along with a shadow with a blur of 5px.
I’ve tried the following which CSS with no luck;
.tablepress-id-1 {
border: 1px solid #e2e2e2;
border-radius: 5px 5px 5px 5px;
}
.tablepress-id-1 {
box-shadow: 0 0 5px 0 rgba(0,0,0,0.12);
}The border-radius doesnt change and the shadow doesn’t work all the way around.
Refer link for reference
Cheers
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Table Border and Shadow’ is closed to new replies.