Bug fix for dygraph point selection touch event.
[dygraphs.git] / 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 .tooltip {
35 position: absolute;
36 border: 1px solid black;
37 background-color: lightyellow;
38 width: 280px;
39 }
40
41 .tooltip .title {
42 font-family: Inconsolata, Courier New, Courier;
43 }
44
45 .tooltip .type {
46 font-family: Inconsolata, Courier New, Courier;
47 margin-bottom: 0.5em;
48 font-size: smaller;
49 }
50
51 .tooltip .body {
52 font-size: smaller;
53 }
54
55 .textarea {
56 position: absolute;
57 border: 1px solid black;
58 background-color: #dddddd;
59 z-index: 12;
60 }
61
62 .textarea .prompt {
63 }
64
65 .textarea .buttons {
66 position: absolute;
67 bottom: 5px;
68 right: 5px;
69 }
70
71 .textarea button {
72 color: #222222;
73 }
74