Sha256: c654df48163569dcca5a59babc62f626b30534c71db4d142645a1e246147d163
Contents?: true
Size: 401 Bytes
Versions: 26
Compression:
Stored size: 401 Bytes
Contents
/* flot chart : tooltip z-index fix : fullscreen mode */ #flotTip { z-index: 999999 !important; } /* RTL is not supported */ .flot-chart { direction: ltr !important; } .legend > svg.legendLayer { fill: #ffffff; border-radius: 4px; box-shadow: 0 0 25px rgba(140, 152, 164, 0.1); } .legend > svg.legendLayer text, .legend > svg.legendLayer text > tspan { fill: #121212; stroke: none; }
Version data entries
26 entries across 26 versions & 2 rubygems