summaryrefslogtreecommitdiff
path: root/inst/app/www/styles.css
blob: f6c4407851f4d7d59a9a8d577232ab4ccb731cd8 (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
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: black;
  color: white;
}