From 7eae0076e85e4e97f434aa9057853028ad8fb584 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 12:13:39 +0100 Subject: [PATCH] d --- dev.less | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/dev.less b/dev.less index 0e88c6e..841b3cd 100644 --- a/dev.less +++ b/dev.less @@ -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; }