X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Fpalette.css;h=ea262e98ba8e5dcba39639c1379cb0420dac3025;hb=9390f62431dfa8174b52d0aef45df7b4c7da138e;hp=f0f953fdec588f147adb8ddef8caf56a0d92ccf5;hpb=5130c6277eacb3992441715e51fb33aa32ea94a4;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index f0f953f..ea262e9 100644 --- a/experimental/palette/palette.css +++ b/experimental/palette/palette.css @@ -22,30 +22,29 @@ } .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 { + color: #3333FF; } -.tooltip .type { - font-family: Inconsolata, Courier New, Courier; - margin-bottom: 0.5em; - font-size: smaller; +.palette a:hover { + text-decoration: underline; } -.tooltip .body { - font-size: smaller; +.palette a:active { + color: #0000FF; }