X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/bd2bfa90dc7bb75cc6cbe8c6b674b7bcf486b519..9cf25e707fbd49d357cf295ad62f83d805c59c2c:/inst/app/www/styles.css diff --git a/inst/app/www/styles.css b/inst/app/www/styles.css index f6c4407..d53a387 100644 --- a/inst/app/www/styles.css +++ b/inst/app/www/styles.css @@ -20,7 +20,11 @@ noscript { margin-top: -0.5rem; } -td.selected { +td.selected, .shiny-notification { background-color: black; color: white; } + +#data_upload { + display: none; +}