• Resolved Lukosius

    (@lukosius)


    I have just updated Tablepress from 1.2 to 1.8 but I now get black borders appearing where there should be no borders at all.

    Black Borders

    The horizontal yellow border should be there, but not the vertical black ones.

    The code I have used is:

    .tablepress-standings .row-9 td {
    border-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ffcc33;
    }

    • This topic was modified 7 years, 1 month ago by Lukosius.
    • This topic was modified 7 years, 1 month ago by Lukosius.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Lukosius

    (@lukosius)

    This table is just one example. I have many tables where I use a yellow horizontal border, and it is happening with all of them.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Lukosius

    (@lukosius)

    http://www.goldfieldsgiants.com/standings/standings-2016/

    You will notice this problem throughout this website.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! This is caused by how you set the bottom border for that 9th row of the table.
    If you change
    border-style: solid;
    to
    border-bottom-style: solid;
    you should only see the yellow bottom border, as expected.

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Border appearing after upgrade’ is closed to new replies.