X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Fpalette.css;h=49fb747a465d44549bf91f402eee2257022e9a3e;hb=0b5dcc08f7f673a84f627e5e7d51fd46a21c66f4;hp=1ff58506bcd2a60aaab4bfb6d72d05a1a43870b0;hpb=59a80f4ab1a7a79d00dbd8ff0ca12cdd275a8702;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index 1ff5850..49fb747 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,36 @@ } .palette .name { - +} + +.palette .name:after { + content: ":"; } .palette .option { } -.tooltip { - position: absolute; - border: 1px solid black; - layer-background-color: lightyellow; - background-color: lightyellow; - width: 280px; +.palette .textInput { + padding: 1px; + border: 2px inset; + border-color: #EEE; } -.tooltip .title { - font-family: Inconsolata, Courier New, Courier; +.palette a:link { + color: #3333FF; + text-decoration: none; } -.tooltip .type { - font-family: Inconsolata, Courier New, Courier; - margin-bottom: 0.5em; - font-size: smaller; +.palette a:visited { + color: #3333FF; + text-decoration: none; } -.tooltip .body { - font-size: smaller; +.palette a:hover { + color: #3333FF; + text-decoration: underline; +} + +.palette a:active { + color: #0000FF; }