Kill all the IE/excanvas hacks
[dygraphs.git] / experimental / palette / index.css
index 57ebaae..ca171f4 100644 (file)
@@ -1,9 +1,18 @@
 @import url("palette.css");
 @import url("tooltip.css");
-@import url("textarea.css");
+@import url("../../common/textarea.css");
 
 #selector {
   width: 150px;
   margin-left: auto;
   margin-right: auto;
 }
+
+#toggleInstructions {
+  color: #0000DD;
+}
+
+#toggleInstructions:hover {
+  color: #0000FF;
+  text-decoration: underline;
+}