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 ***/ /*** 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{ #heatcalc{
width: auto; width: auto;
@ -147,12 +124,21 @@ display: block !important;
border-right:1px solid black; border-right:1px solid black;
} }
th{ th{
background: #bbb;
z-index: 150; z-index: 150;
} }
tbody th{ tbody th{
z-index: 100; 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){ thead th:nth-child(1){
z-index: 200; z-index: 200;
} }