Add per-axis specification in Dygraphs. Adding jquery as part of introducing multi...
[dygraphs.git] / experimental / palette / palette.css
CommitLineData
20590000
RK
1.palette {
2 border-style: solid;
3 border-width: 1px;
5130c627 4 border-color: #bbbbbb;
59a80f4a
RK
5 font-size: smaller;
6 font-family: Arial, Verdana, sans-serif;
7 width: 300px;
5130c627
RK
8 padding:2px;
9 color: #333333;
59a80f4a
RK
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 {
5bcd4c85
RK
25}
26
27.palette .name:after {
28 content: ":";
59a80f4a
RK
29}
30
31.palette .option {
32}
33
21285cf9
RK
34.palette .textInput {
35 padding: 1px;
36 border: 2px inset;
37 border-color: #EEE;
38}
0193e7ef
RK
39
40.palette a:link {
41 color: #3333FF;
42 text-decoration: none;
43}
44
45.palette a:visited {
46 color: #3333FF;
47 text-decoration: none;
48}
49
50.palette a:hover {
51 color: #3333FF;
52 text-decoration: underline;
53}
54
55.palette a:active {
56 color: #0000FF;
57}