summaryrefslogtreecommitdiff
path: root/inst/app/www/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'inst/app/www/styles.css')
-rw-r--r--inst/app/www/styles.css26
1 files changed, 26 insertions, 0 deletions
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;
+}