• Resolved marshallg

    (@marshallg)


    Hi Tobias,

    Some of the borders in my table are thicker than others. Attached is my custom CSS code and an image. Can you let me know what I’m doing wrong?

    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #000000;
    	color: #ffffff;
    }
    
    .tablepress .odd td {
    	background-color: #ffffff;
    	color: #000000;
    }
    
    .tablepress .even td {
    	background-color: #F2F2F2;
    	color: #000000;
    }
    
    .tablepress tbody td {
    	border: solid 1px;
    	border-color: #000000;
    }
    
    .tablepress thead th {
    	border: 1px solid #000000;
    }

    Image: https://ibb.co/GFXXRrX

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is not what I’m seeing on my computer, using Chrome as the browser. Now, I have seen such issues with Firefox in the past, but we were not able to find an exact cause, but came to the conclusion that it’s some internal pixel rounding issue in Firefox.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Certain borders thicker than others’ is closed to new replies.