projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #491 from danvk/legend-never
[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
}