X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fgallery.css;h=d1da4a31a85b4f30de287a009c746b9b15b7bc2f;hb=255a9615d8f005600bea393c8bdb3c6f085f7a4c;hp=e7a343e2114ed6e03a7a6dd4c55fa24cc8ddc493;hpb=37f2f7b459b3dfdab6d5fc7908b35c70a0661230;p=dygraphs.git diff --git a/gallery/gallery.css b/gallery/gallery.css index e7a343e..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; @@ -154,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; }