Posts

Showing posts from September, 2019

Table press css

.tablepress tbody td { border: 1px solid #000000 !important; } .tablepress thead th, .tablepress-id-N tbody td { border-top: none; border-bottom: none; border-left: 1px solid black; } .tablepress thead th:first-child, .tablepress tbody td:first-child { border-left: none; } tr.heading { border-bottom: 1px solid black; } table { border-collapse: separate; } .tablepress thead th, .tablepress tfoot th { background-color: #0773C0; } .tablepress { box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.75); } .tablepress thead th, th { color: white; }