Clean up instructions section of the palette; hide it until we need it.
[dygraphs.git] / experimental / palette / index.css
CommitLineData
66ba3e1a
RK
1@import url("palette.css");
2@import url("tooltip.css");
b4977548 3@import url("../../common/textarea.css");
66ba3e1a
RK
4
5#selector {
6 width: 150px;
7 margin-left: auto;
8 margin-right: auto;
9}
e6645747
RK
10
11#toggleInstructions {
12 color: #0000DD;
13}
14
15#toggleInstructions:hover {
16 color: #0000FF;
17 text-decoration: underline;
18}