Border code issue
-
Hey Sir! First of all thanks for this amazing plugin and your valuable support.
I want to keep a red border only for rows, I used .tablepress tr { } code, it works fine.
But when I select Alternating Row Colors and Row Hover Highlighting, than the output is something like this – https://prntscr.com/k035u2 (where there is no red border between the rows)This is the code I am using –
.tablepress tr {
box-shadow: 0 2px 1px 0 #ff5959;
padding-bottom: 0 !important;
padding-left: 20px !important;
padding-top: 5px !important;
border-radius: 0;
}Can you help me to improve it, where I want Alternating Row Colors and Row Hover Highlighting feature active.
Ok so the problem was that box shadow will not be visible, using other property now.
Thanks
- The topic ‘Border code issue’ is closed to new replies.