From dce01ac19a0298388089ce4297a44ef2aa2c4c46 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Thu, 9 May 2024 20:22:45 +0000 Subject: Revamp Shiny app --- inst/app/www/styles.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 inst/app/www/styles.css (limited to 'inst/app/www/styles.css') diff --git a/inst/app/www/styles.css b/inst/app/www/styles.css new file mode 100644 index 0000000..a3533d3 --- /dev/null +++ b/inst/app/www/styles.css @@ -0,0 +1,26 @@ +body { + min-height: 100vh; + height: 100%; + width: 100%; +} + +noscript { + text-align: center; +} + +.nav-pills .active { + color: white !important; +} + +.action-button:hover, #bulk-help-toggle:hover, #data_export:hover { + color: white !important; +} + +#data_plot { + margin-top: -0.5rem; +} + +td.selected { + background-color: red; + color: white; +} -- cgit v1.2.3