File: ShinyStan_dygraphs.css

package info (click to toggle)
r-cran-shinystan 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,172 kB
  • sloc: sh: 15; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* css for dynamic trace plot */
.dygraph {
    background: transparent !important;
  }
.dygraph-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26px;
}
.dygraphs input[type="text"] {
  width: 30px;
  border: 2px solid #346fa1;
  border-radius: 5px;
  text-align: center;
  background-color: black ;
  color: white ;
}