This commit is contained in:
James 2020-03-29 12:18:43 +01:00
parent 0f52c95730
commit bfe079bdae

View File

@ -113,15 +113,15 @@ display: block !important;
} }
#hc_table{ #hc_table{
border-top:1px solid black; border-top:1px solid #f0f0f0;
border-left:1px solid black; border-left:1px solid #f0f0f0;
text-align: center; text-align: center;
border-collapse: separate; border-collapse: separate;
td,th{ td,th{
padding: 2px 5px; padding: 2px 5px;
text-align: center; text-align: center;
border-bottom:1px solid black; border-bottom:1px solid #f0f0f0;
border-right:1px solid black; border-right:1px solid #f0f0f0;
} }
th{ th{
z-index: 150; z-index: 150;
@ -133,7 +133,6 @@ display: block !important;
thead tr:first-child th{ thead tr:first-child th{
background-color: #000; background-color: #000;
color:#fff; color:#fff;
border-color: #fff;
} }
/*thead tr:nth-child(2) th{ /*thead tr:nth-child(2) th{
border-color: #fff; border-color: #fff;