Add per-axis specification in Dygraphs. Adding jquery as part of introducing multi...
[dygraphs.git] / experimental / palette / palette.css
index 28ab8a8..49fb747 100644 (file)
   border: 2px inset;
   border-color: #EEE;
 }
+
+.palette a:link {
+  color: #3333FF;
+  text-decoration: none;
+}
+
+.palette a:visited {
+  color: #3333FF;
+  text-decoration: none;
+}
+
+.palette a:hover {
+  color: #3333FF;
+  text-decoration: underline;
+}
+
+.palette a:active {
+  color: #0000FF;
+}