This commit is contained in:
James 2020-03-29 12:14:16 +01:00
parent 7eae0076e8
commit 429938c3e2

View File

@ -129,12 +129,12 @@ display: block !important;
tbody th{ tbody th{
z-index: 100; z-index: 100;
} }
tr:first-child th{ thead tr:first-child th{
background-color: #000; background-color: #000;
color:#fff; color:#fff;
border-color: #fff; border-color: #fff;
} }
tr:nth-child(1) th{ thead tr:nth-child(2thead ) th{
background-color: #ff0; background-color: #ff0;
border-color: #fff; border-color: #fff;
} }