X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/dce01ac19a0298388089ce4297a44ef2aa2c4c46..3f0acb73e3eb5f58ee4dffa64a19491791bdc375:/inst/app/www/styles.css?ds=inline diff --git a/inst/app/www/styles.css b/inst/app/www/styles.css index a3533d3..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 { - background-color: red; +td.selected, .shiny-notification { + background-color: black; color: white; } + +#data_upload { + display: none; +}