This commit is contained in:
James 2020-03-29 12:13:39 +01:00
parent 02bf0b1cdc
commit 7eae0076e8

View File

@ -104,29 +104,6 @@ display: block !important;
/*** calc ***/
#heatcalc, #heatcalc
#hc_table td{
padding:2px !important;
}
#hc_table th{
background: #f0f0f0 !important;
}
#hc_table thead tr:first-child th{
background-color: #000 !important;
color:#fff !important;
border-color: #fff;
}
#hc_table thead tr:nth-child(1) th{
background-color: #000 !important;
color:#fff !important;
border-color: #fff;
}
/*****/
#heatcalc{
width: auto;
@ -147,12 +124,21 @@ display: block !important;
border-right:1px solid black;
}
th{
background: #bbb;
z-index: 150;
}
tbody th{
z-index: 100;
}
tr:first-child th{
background-color: #000;
color:#fff;
border-color: #fff;
}
tr:nth-child(1) th{
background-color: #ff0;
border-color: #fff;
}
thead th:nth-child(1){
z-index: 200;
}