X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;h=d1da4a31a85b4f30de287a009c746b9b15b7bc2f;hb=8c16b31f943b5cae5ef8431161cd988657ec5b82;hp=01feaae428879ba171a5b11dc47273fac45d3188;hpb=19d9e7c53613d67852a0e7076f4ed12b3b2350e6;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index 01feaae..d1da4a3 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -1,5 +1,3 @@ -@import url("../common/textarea.css"); - body { font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: 90%; @@ -49,6 +47,11 @@ aside { color: #090; } +#code a:hover { + color: blue; + cursor: pointer; +} + #demotitle { text-align: center; font-size: 1.5em; @@ -68,6 +71,7 @@ aside { a { text-decoration: none; } + /* CSS for drawing tool */ #workarea #drawing #tool_zoom { background: url('images/tool-palette.png'); @@ -153,3 +157,7 @@ a { #workarea #temperature-sf-ny #bordered { border: 1px solid red; } + +#workarea #highlighted-series .few .dygraph-legend > span.highlight { border: 1px solid grey; } +#workarea #highlighted-series .many .dygraph-legend > span { display: none; } +#workarea #highlighted-series .many .dygraph-legend > span.highlight { display: inline; }