]> nmode's Git Repositories - Rnaught/blob - inst/app/www/styles.css
Revamp Shiny app
[Rnaught] / inst / app / www / styles.css
1 body {
2 min-height: 100vh;
3 height: 100%;
4 width: 100%;
5 }
6
7 noscript {
8 text-align: center;
9 }
10
11 .nav-pills .active {
12 color: white !important;
13 }
14
15 .action-button:hover, #bulk-help-toggle:hover, #data_export:hover {
16 color: white !important;
17 }
18
19 #data_plot {
20 margin-top: -0.5rem;
21 }
22
23 td.selected {
24 background-color: red;
25 color: white;
26 }