This commit is contained in:
James 2020-03-29 11:50:48 +01:00
parent 7526170a6f
commit ee4f6e4ce1

View File

@ -108,8 +108,18 @@ body::before {
font-family: arial !important; font-family: arial !important;
} }
#hc_table th{
background: #f0f0f0 !important;
}
#hc_table thead tr:first-child th{ #hc_table thead tr:first-child th{
background-color: #000 !important; background-color: #000 !important;
color:#fff !important; color:#fff !important;
border-color: #fff; border-color: #fff;
} }
#hc_table thead tr:nth-child(1) th{
background-color: #000 !important;
color:#fff !important;
border-color: #fff;
}