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
/
index.css
1
@import url
(
"palette.css"
);
2
@import url
(
"tooltip.css"
);
3
@import url
(
"../../common/textarea.css"
);
4
5
#selector
{
6
width
:
150px
;
7
margin-left
:
auto
;
8
margin-right
:
auto
;
9
}
10
11
#toggleInstructions
{
12
color
:
#0000DD
;
13
}
14
15
#toggleInstructions
:
hover
{
16
color
:
#0000FF
;
17
text-decoration
:
underline
;
18
}