X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/dce01ac19a0298388089ce4297a44ef2aa2c4c46..3aed7c6fc4f958df5f98bc0a9de550232920a593:/inst/app/www/styles.css?ds=sidebyside 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; +}