X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;h=d1da4a31a85b4f30de287a009c746b9b15b7bc2f;hb=29cb484c249be35c53b4ac336ec49049285b386c;hp=7bd3510909e2ea270f8272bae8055fb717a22bc1;hpb=fa20d2efe4660d5c79efd91faa34aeb52d0f0c28;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index 7bd3510..d1da4a3 100644 --- a/gallery/gallery.css +++ b/gallery/gallery.css @@ -47,6 +47,11 @@ aside { color: #090; } +#code a:hover { + color: blue; + cursor: pointer; +} + #demotitle { text-align: center; font-size: 1.5em; @@ -152,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; }