X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=experimental%2Fpalette%2Fpalette.css;h=28ab8a8db23717dfe24f9260def695a1a6b1c9bd;hb=b49775481c37d9c849d91c25221e84349477361f;hp=1ff58506bcd2a60aaab4bfb6d72d05a1a43870b0;hpb=59a80f4ab1a7a79d00dbd8ff0ca12cdd275a8702;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index 1ff5850..28ab8a8 100644 --- a/experimental/palette/palette.css +++ b/experimental/palette/palette.css @@ -1,9 +1,12 @@ .palette { border-style: solid; border-width: 1px; + border-color: #bbbbbb; font-size: smaller; font-family: Arial, Verdana, sans-serif; width: 300px; + padding:2px; + color: #333333; } .palette .header { @@ -19,30 +22,17 @@ } .palette .name { - } -.palette .option { -} - -.tooltip { - position: absolute; - border: 1px solid black; - layer-background-color: lightyellow; - background-color: lightyellow; - width: 280px; -} - -.tooltip .title { - font-family: Inconsolata, Courier New, Courier; +.palette .name:after { + content: ":"; } -.tooltip .type { - font-family: Inconsolata, Courier New, Courier; - margin-bottom: 0.5em; - font-size: smaller; +.palette .option { } -.tooltip .body { - font-size: smaller; +.palette .textInput { + padding: 1px; + border: 2px inset; + border-color: #EEE; }