projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
getRowForX method
[dygraphs.git]
/
experimental
/
palette
/
palette.css
1
.palette
{
2
border-style
:
solid
;
3
border-width
:
1px
;
4
border-color
:
#bbbbbb
;
5
font-size
:
smaller
;
6
font-family
:
Arial
,
Verdana
,
sans-serif
;
7
width
:
300px
;
8
padding
:
2px
;
9
color
:
#333333
;
10
}
11
12
.palette .header
{
13
background-color
:
#b0c0e0
;
14
}
15
16
.palette .odd
{
17
background-color
:
#ccddff
;
18
}
19
20
.palette .even
{
21
background-color
:
#c6d6f4
;
22
}
23
24
.palette .name
{
25
}
26
27
.palette .name:after
{
28
content
:
":"
;
29
}
30
31
.palette .option
{
32
}
33
34
.palette .textInput
{
35
padding
:
1px
;
36
border
:
2px
inset
;
37
border-color
:
#EEE
;
38
}
39
40
.palette a
{
41
color
:
#3333FF
;
42
}
43
44
.palette a:hover
{
45
text-decoration
:
underline
;
46
}
47
48
.palette a:active
{
49
color
:
#0000FF
;
50
}