diff --git a/inst/app/www/custom.css b/inst/app/www/custom.css index 8ac4a13..9b424fb 100644 --- a/inst/app/www/custom.css +++ b/inst/app/www/custom.css @@ -58,6 +58,8 @@ .cl-dgr-l { color: var(--danger-light) !important; } .cl-dgr-d { color: var(--danger-dark) !important; } +.cl-gld { color: var(--gold-dark) !important; } + .cl-blk { color: #000 !important; } .cl-wht { color: #fff !important; } .cl-grey { color: var(--grey-300) !important; } @@ -976,10 +978,11 @@ font-size: 12px; display: none } -#tab_sims_1-simBox_submit .box-header, -#tab_sims_1-simBox_repeat .box-header, -#tab_design_1-devBox_type .box-header, -#tab_design_1-devBox_loss .box-header, +#tab_sims_1-simBox_submit .box-header, +#tab_sims_1-simBox_repeat .box-header, +#tab_design_1-devBox_type .box-header, +#tab_design_1-devBox_loss .box-header, +#tab_design_1-devBox_failure .box-header, #tab_design_1-devBox_error .box-header { display: none }