summaryrefslogtreecommitdiff
path: root/inst/app/www/styles.css
blob: d53a38745b291588e9cc9a0d0d49608dde6a3661 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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, .shiny-notification {
  background-color: black;
  color: white;
}

#data_upload {
  display: none;
}