X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Findex.css;h=ca171f40f93c45c25050b268858390e7c64cf74e;hb=2cfce1c8103454bca196e57db3f23272b7ee5b6e;hp=57ebaae25a43c816f9e0d7d9cbeb97af63ce3dbb;hpb=66ba3e1a614b43fd5ad61389fe855987fd56ace1;p=dygraphs.git diff --git a/experimental/palette/index.css b/experimental/palette/index.css index 57ebaae..ca171f4 100644 --- a/experimental/palette/index.css +++ b/experimental/palette/index.css @@ -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; +}