X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;h=df899dfb457e2fbc2766ca9252aa8e70de6f4bf4;hb=91bd611cb031bf1f3d39650e3109135fd0e78791;hp=7bd3510909e2ea270f8272bae8055fb717a22bc1;hpb=65728bc9155b54d20889d255f6d3d8766af8c144;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index 7bd3510..df899df 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,9 @@ 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; } + +#workarea #edge-padding fieldset { display: inline-block; vertical-align: top; }