Merge pull request #673 from danvk/track-code-size
[dygraphs.git] / experimental / palette / tooltip.css
1 .tooltip {
2 position: absolute;
3 border: 1px solid black;
4 background-color: lightyellow;
5 width: 280px;
6 }
7
8 .tooltip .prompt {
9 font-family: Inconsolata, Courier New, Courier;
10 }
11
12 .tooltip .type {
13 font-family: Inconsolata, Courier New, Courier;
14 margin-bottom: 0.5em;
15 font-size: smaller;
16 }
17
18 .tooltip .body {
19 font-size: smaller;
20 }